mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-20 23:04:40 -05:00
Fix typo in block_spec.rb (#38714)
This commit is contained in:
@@ -24,7 +24,7 @@ RSpec.describe Block do
|
||||
end
|
||||
|
||||
context 'when URI is blank' do
|
||||
subject { Fabricate.build :follow, uri: nil }
|
||||
subject { Fabricate.build :block, uri: nil }
|
||||
|
||||
it 'populates the value' do
|
||||
expect { subject.save }
|
||||
|
||||
Reference in New Issue
Block a user