Methods
- T
Included Modules
- I18n::Backend::Fallbacks
Instance Public methods
test_default_locale_template_is_used_when_locale_is_missing()
Link
test_localized_template_has_correct_header_with_no_format_in_template_name()
Link
# File actionpack/test/controller/localized_templates_test.rb, line 40 def test_localized_template_has_correct_header_with_no_format_in_template_name I18n.locale = :it get :hello_world assert_equal "Ciao Mondo", @response.body assert_equal "text/html", @response.content_type end
test_localized_template_is_used()
Link
test_use_fallback_locales()
Link