mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Fix broken specs.
This commit is contained in:
@ -176,7 +176,7 @@ describe I18n::Backend::DiscourseI18n do
|
||||
expect(I18n.with_locale(:ru) { I18n.translate('got', default: '') }).to eq('summer')
|
||||
end
|
||||
|
||||
it 'supports ActiveModel::Naming#human' do
|
||||
it 'does not affect ActiveModel::Naming#human' do
|
||||
Fish = Class.new(ActiveRecord::Base)
|
||||
|
||||
TranslationOverride.upsert!('en', 'fish', "fake fish")
|
||||
|
Reference in New Issue
Block a user