# File test/functional/test_users_controller_test.rb, line 10
  def setup
    @controller = TestUsersController.new
    @request    = ActionController::TestRequest.new
    @response   = ActionController::TestResponse.new

    @first_id = users(:first).id
  end