class ActionView::TestCase::TestController

def initialize

def initialize
  super
  self.class.controller_path = ""
  @request = ActionController::TestRequest.create(self.class)
  @response = ActionDispatch::TestResponse.new
  @request.env.delete("PATH_INFO")
  @params = ActionController::Parameters.new
end