Included Modules

Class Index [+]

Quicksearch

ActionView::TestCase::TestController

Attributes

request[RW]
response[RW]
params[RW]
controller_path[W]

Public Class Methods

new() click to toggle source
    # File lib/action_view/test_case.rb, line 24
24:       def initialize
25:         super
26:         self.class.controller_path = ""
27:         @request = ActionController::TestRequest.new
28:         @response = ActionController::TestResponse.new
29: 
30:         @request.env.delete('PATH_INFO')
31:         @params = {}
32:       end

Public Instance Methods

controller_path=(path) click to toggle source
    # File lib/action_view/test_case.rb, line 20
20:       def controller_path=(path)
21:         self.class.controller_path=(path)
22:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.