Methods
- S
- T
-
- test_action_controller_base_responds_to_l,
- test_action_controller_base_responds_to_localize,
- test_action_controller_base_responds_to_t,
- test_action_controller_base_responds_to_translate,
- test_default_translation,
- test_lazy_lookup,
- test_lazy_lookup_fallback,
- test_lazy_lookup_with_symbol,
- test_localize
Instance Public methods
setup()
Link
# File actionpack/test/abstract/translation_test.rb, line 10 def setup @controller = TranslationController.new I18n.backend.store_translations(:en, { one: { two: 'bar', }, abstract_controller: { testing: { translation: { index: { foo: 'bar', }, no_action: 'no_action_tr', }, }, }, }) end
test_action_controller_base_responds_to_l()
Link
test_action_controller_base_responds_to_localize()
Link
test_action_controller_base_responds_to_t()
Link
test_action_controller_base_responds_to_translate()
Link
test_default_translation()
Link
test_lazy_lookup()
Link
test_lazy_lookup_fallback()
Link
test_lazy_lookup_with_symbol()
Link