mirror of https://github.com/mastodon/mastodon
Remove redundant fabrication in the spec for Api::V1::FavouritesController (#4391)
This commit is contained in:
parent
97a48f237d
commit
bdf573d140
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue