Module: ActionController::TestCase::Behavior
- Defined in:
- lib/controller_test_helper.rb
Instance Method Summary collapse
Instance Method Details
#process_with_default_locale(action, parameters = nil, session = nil, flash = nil, http_method = 'GET') ⇒ Object
13 14 15 16 |
# File 'lib/controller_test_helper.rb', line 13 def process_with_default_locale(action, parameters = nil, session = nil, flash = nil, http_method = 'GET') parameters = { :locale => I18n.default_locale.to_s }.merge(parameters || {} ) process_without_default_locale(action, parameters, session, flash, http_method) end |