# File lib/generators/test_unit/templates/clients_controller_test.rb, line 206 def setup @controller = OauthClientsController.new @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new login_as_application_owner @client_application.stubs(:destroy) end