Fix typo in block_spec.rb (#38714)

This commit is contained in:
Shlee 2026-04-17 01:29:48 +09:30 committed by GitHub
parent e711f9d492
commit 0e4ee62dfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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