Skip to content

Commit

Permalink
Reflect default locale change from en-US to en
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Nov 19, 2008
1 parent 011a525 commit dff4ab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions railties/test/initializer_test.rb
Expand Up @@ -293,8 +293,8 @@ def test_config_defaults_and_settings_should_be_added_to_i18n_defaults

Rails::Initializer.run(:initialize_i18n, config)
assert_equal [
"./test/../../activesupport/lib/active_support/locale/en-US.yml",
"./test/../../actionpack/lib/action_view/locale/en-US.yml",
File.expand_path("./test/../../activesupport/lib/active_support/locale/en.yml"),
File.expand_path("./test/../../actionpack/lib/action_view/locale/en.yml"),
"my/test/locale.yml",
"my/other/locale.yml" ], I18n.load_path
end
Expand All @@ -306,4 +306,4 @@ def test_setting_another_default_locale
assert_equal :de, I18n.default_locale
end
end
end
end

0 comments on commit dff4ab9

Please sign in to comment.