module ActionDispatch::TestProcess
Public Instance Methods
assigns(key = nil)
click to toggle source
# File lib/action_dispatch/testing/test_process.rb, line 35 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
flash()
click to toggle source
# File lib/action_dispatch/testing/test_process.rb, line 45 def flash @request.flash end
redirect_to_url()
click to toggle source
# File lib/action_dispatch/testing/test_process.rb, line 53 def redirect_to_url @response.redirect_url end
session()
click to toggle source
# File lib/action_dispatch/testing/test_process.rb, line 41 def session @request.session end