Use 'def setup' instead of 'setup do', for consistency
This commit is contained in:
parent
7cc1cc618d
commit
f6ba15b1a3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require "test_helper"
|
||||||
class UserControllerTest < ActionController::TestCase
|
class UserControllerTest < ActionController::TestCase
|
||||||
api_fixtures
|
api_fixtures
|
||||||
|
|
||||||
setup do
|
def setup
|
||||||
stub_signup_requests
|
stub_signup_requests
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue