From c72475dd646bfca5972eed8233b699a12844638a Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 4 Jan 2012 19:07:09 -0200 Subject: [PATCH] Fix test --- test/functional/profile_controller_test.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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