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 22
22:       def initialize
23:         self.class.controller_path = ""
24:         @request = ActionController::TestRequest.new
25:         @response = ActionController::TestResponse.new
26: 
27:         @request.env.delete('PATH_INFO')
28: 
29:         @params = {}
30:       end

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.