Remove redundant fabrication in the spec for Api::V1::FavouritesController (#4391)

This commit is contained in:
Akihiko Odaki 2017-07-27 22:13:10 +09:00 committed by Eugen Rochko
parent 97a48f237d
commit bdf573d140
1 changed files with 1 additions and 1 deletions

View File

@ -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