module ActionDispatch::TestProcess
Public Instance Methods
Source
# File lib/action_dispatch/testing/test_process.rb, line 30 def assigns(key = nil) raise NoMethodError, "assigns has been extracted to a gem. To continue using it, add `gem 'rails-controller-testing'` to your Gemfile." end
Source
# File lib/action_dispatch/testing/test_process.rb, line 40 def flash @request.flash end
Source
# File lib/action_dispatch/testing/test_process.rb, line 48 def redirect_to_url @response.redirect_url end
Source
# File lib/action_dispatch/testing/test_process.rb, line 36 def session @request.session end