diff --git a/test/functional/profile_controller_test.rb b/test/functional/profile_controller_test.rb index 79edb3f..f6f496c 100644 --- a/test/functional/profile_controller_test.rb +++ b/test/functional/profile_controller_test.rb @@ -987,7 +987,7 @@ class ProfileControllerTest < ActionController::TestCase @controller.stubs(:current_user).returns(user) Person.any_instance.stubs(:follows?).returns(true) get :index, :profile => c.identifier - assert_equal [s2,s3], assigns(:activities) + assert_equivalent [s2,s3], assigns(:activities) end should 'the activities be paginated in people profiles' do -- libgit2 0.21.2