diff --git a/test/functional/profile_controller_test.rb b/test/functional/profile_controller_test.rb index 9483122..973fb8a 100644 --- a/test/functional/profile_controller_test.rb +++ b/test/functional/profile_controller_test.rb @@ -39,6 +39,7 @@ class ProfileControllerTest < ActionController::TestCase end should 'not point to manage friends of other users' do + create_user('ze') login_as('ze') get :friends assert_no_tag :tag => 'a', :attributes => { :href => '/myprofile/testuser/friends' } -- libgit2 0.21.2