Autofix Rubocop RSpec/ExampleWording (#23667)
This commit is contained in:
parent
7a3d4c3d4b
commit
c0a645f647
4 changed files with 10 additions and 20 deletions
|
@ -79,7 +79,7 @@ RSpec.describe CustomEmoji, type: :model do
|
|||
describe 'pre_validation' do
|
||||
let(:custom_emoji) { Fabricate(:custom_emoji, domain: 'wWw.MaStOdOn.CoM') }
|
||||
|
||||
it 'should downcase' do
|
||||
it 'downcases' do
|
||||
custom_emoji.valid?
|
||||
expect(custom_emoji.domain).to eq('www.mastodon.com')
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue