From f6ba15b1a3169a176a85e1d6d64abb2b7db05e90 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 9 Nov 2016 16:04:35 +0000 Subject: [PATCH 1/1] Use 'def setup' instead of 'setup do', for consistency --- test/controllers/user_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2