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

    login_as_application_owner
    @client_applications.stubs(:build).returns(@client_application)
    @client_application.stubs(:save).returns(true)
  end