style: correct coding style with rubocop linter
This commit is contained in:
@@ -63,4 +63,4 @@ class UserTest < ActiveSupport::TestCase
|
||||
refute user.valid?, "User with last_name longer than 12 chars should be invalid"
|
||||
assert_not_nil user.errors[:last_name], "No validation error for too long last_name"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user