Update for rubocop 0.54.0

This commit is contained in:
Tom Hughes 2018-05-17 19:39:25 +01:00
parent b126f02df9
commit cb3c4ec09b
15 changed files with 33 additions and 54 deletions

View file

@ -44,7 +44,7 @@ class UserTermsSeenTest < ActionDispatch::IntegrationTest
# should be carried through to a normal login with a message
assert_response :success
assert !flash[:notice].nil?
assert_not flash[:notice].nil?
end
end