Rename user blocks system test class
This commit is contained in:
parent
7cd7db5718
commit
462996a41a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
require "application_system_test_case"
|
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
|
test "revoke all link is absent for anonymous users when viewed user has active blocks" do
|
||||||
blocked_user = create(:user)
|
blocked_user = create(:user)
|
||||||
create(:user_block, :user => blocked_user)
|
create(:user_block, :user => blocked_user)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue