Module: SimpleWorkflow::TestHelper
- Included in:
- ActiveSupport::TestCase
- Defined in:
- lib/simple_workflow/test_helper.rb
Instance Method Summary collapse
Instance Method Details
#add_stored_detour(location = { controller: :bogus, action: :location }) ⇒ Object
2 3 4 |
# File 'lib/simple_workflow/test_helper.rb', line 2 def add_stored_detour(location = { controller: :bogus, action: :location }) @request.session[:detours] = [location] end |