]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/user_terms_seen_test.rb
Rename user#view to user#show
[rails.git] / test / integration / user_terms_seen_test.rb
index 7ec7fa7307248e038f47bfa118c5dcd27cfd4297..811883f5fb8d17554c415ee3e507210ffec4b281 100644 (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