X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f381ff6fb2411c0edf0aa709860a26c72b6c9d18..86822ea225baf400c7978b0d459b821dbe17e293:/test/models/note_test.rb?ds=sidebyside diff --git a/test/models/note_test.rb b/test/models/note_test.rb index e3831b2c0..847efe97c 100644 --- a/test/models/note_test.rb +++ b/test/models/note_test.rb @@ -2,8 +2,6 @@ require "test_helper" class NoteTest < ActiveSupport::TestCase - fixtures :users - def test_status_valid ok = %w(open closed hidden) bad = %w(expropriated fubared)