Fix follow limit preventing re-following of a moved account (#14207)
This commit is contained in:
@ -5,7 +5,7 @@ RSpec.describe Follow, type: :model do
|
||||
let(:bob) { Fabricate(:account, username: 'bob') }
|
||||
|
||||
describe 'validations' do
|
||||
subject { Follow.new(account: alice, target_account: bob) }
|
||||
subject { Follow.new(account: alice, target_account: bob, rate_limit: true) }
|
||||
|
||||
it 'has a valid fabricator' do
|
||||
follow = Fabricate.build(:follow)
|
||||
|
Reference in New Issue
Block a user