We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6137047 commit 7fc1457Copy full SHA for 7fc1457
test/unit/lib/message_customize/locale_test.rb
@@ -67,7 +67,7 @@ def test_available_messages_should_return_messages_without_plugin_messages_if_no
67
end
68
69
def test_customizable_plugin_messages?
70
- expect = File.exist?(Rails.root.join('config', 'initializers', MessageCustomize::Locale::CHANGE_LOAD_ORDER_LOCALES_FILE_PATH))
+ expect = File.exist?(Rails.root.join(MessageCustomize::Locale::CHANGE_LOAD_ORDER_LOCALES_FILE_PATH))
71
assert_equal expect, MessageCustomize::Locale.customizable_plugin_messages?
72
73
0 commit comments