Fix typo in block_spec.rb (#38714)
This commit is contained in:
parent
e711f9d492
commit
0e4ee62dfc
@ -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 }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user