]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/note_test.rb
Rename comments_feed to index
[rails.git] / test / models / note_test.rb
index 77ed7f1b2f924b75cbad17042313d42e1ebcea0f..2010fe20204047f4a4f78eaea9387ba5ff8fc762 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 require "test_helper"
 
 class NoteTest < ActiveSupport::TestCase
@@ -15,7 +14,7 @@ class NoteTest < ActiveSupport::TestCase
     bad.each do |status|
       note = create(:note)
       note.status = status
-      assert !note.valid?, "#{status} is valid when it shouldn't be"
+      assert_not note.valid?, "#{status} is valid when it shouldn't be"
     end
   end