From: Akihiko Odaki Date: Thu, 27 Jul 2017 13:13:10 +0000 (+0900) Subject: Remove redundant fabrication in the spec for Api::V1::FavouritesController (#4391) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=bdf573d1403ff5aa662b430dbc353fd757bdaada;p=mastodon.git Remove redundant fabrication in the spec for Api::V1::FavouritesController (#4391) --- diff --git a/spec/controllers/api/v1/favourites_controller_spec.rb b/spec/controllers/api/v1/favourites_controller_spec.rb index 062e91adc..17e1ec31c 100644 --- a/spec/controllers/api/v1/favourites_controller_spec.rb +++ b/spec/controllers/api/v1/favourites_controller_spec.rb @@ -3,7 +3,7 @@ require 'rails_helper' RSpec.describe Api::V1::FavouritesController, type: :controller do render_views - let(:user) { Fabricate(:user, account: Fabricate(:account, username: 'alice')) } + let(:user) { Fabricate(:user) } let(:token) { double acceptable?: true, resource_owner_id: user.id } before do