# File lib/generators/test_unit/templates/clients_controller_test.rb, line 87
  def setup
    @controller = OauthClientsController.new
    @request    = ActionController::TestRequest.new
    @response   = ActionController::TestResponse.new

    login_as_application_owner
    ClientApplication.stubs(:new).returns(@client_application)
  end