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

    login_as_application_owner
  end