]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/user_blocks_test.rb
Rename user blocks system test class
[rails.git] / test / system / user_blocks_test.rb
index f710f74aae655cbcce4b345f6cc14705f93bbcb7..6e4f5b471141548a50d7094c088843c022352b62 100644 (file)
@@ -1,6 +1,6 @@
 require "application_system_test_case"
 
-class ReportNoteTest < ApplicationSystemTestCase
+class UserBlocksSystemTest < ApplicationSystemTestCase
   test "revoke all link is absent for anonymous users when viewed user has active blocks" do
     blocked_user = create(:user)
     create(:user_block, :user => blocked_user)