Remove outdated test for friends in users controller
This commit is contained in:
parent
8dc5de1a0f
commit
b71425f4b2
1 changed files with 0 additions and 3 deletions
|
@ -325,9 +325,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
|
|||
assert_select "a[href='/blocks/new/#{ERB::Util.u(user.display_name)}']", 0
|
||||
end
|
||||
|
||||
# Friends shouldn't be visible as we're not logged in
|
||||
assert_select "div#friends-container", :count => 0
|
||||
|
||||
# Test a user who has been blocked
|
||||
blocked_user = create(:user)
|
||||
create(:user_block, :user => blocked_user)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue