Skip to content

Commit 7fc1457

Browse files
committed
Fix file path in test #30
1 parent 6137047 commit 7fc1457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/lib/message_customize/locale_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_available_messages_should_return_messages_without_plugin_messages_if_no
6767
end
6868

6969
def test_customizable_plugin_messages?
70-
expect = File.exist?(Rails.root.join('config', 'initializers', MessageCustomize::Locale::CHANGE_LOAD_ORDER_LOCALES_FILE_PATH))
70+
expect = File.exist?(Rails.root.join(MessageCustomize::Locale::CHANGE_LOAD_ORDER_LOCALES_FILE_PATH))
7171
assert_equal expect, MessageCustomize::Locale.customizable_plugin_messages?
7272
end
7373
end

0 commit comments

Comments
 (0)