diff --git a/test/controllers/user_controller_test.rb b/test/controllers/user_controller_test.rb index 1b9ada83b..e549ec90a 100644 --- a/test/controllers/user_controller_test.rb +++ b/test/controllers/user_controller_test.rb @@ -3,7 +3,7 @@ require "test_helper" class UserControllerTest < ActionController::TestCase api_fixtures - setup do + def setup stub_signup_requests end