Class: LocalizationTest
- Defined in:
- lib/six-updater-web/vendor/plugins/active_scaffold/test/misc/lang_test.rb
Instance Method Summary collapse
Instance Method Details
#test_localization ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/six-updater-web/vendor/plugins/active_scaffold/test/misc/lang_test.rb', line 5 def test_localization ## ## test no language specified ## assert_equal "dutch", as_(:dutch) assert_equal "Create Test", as_(:create, :model => 'Test') end |