Commit 66edd24f22da1be8167f4a028526b4e57e217635

Authored by Leandro Santos
1 parent 36202783
Exists in fix_sign_up_form

remove unecessary assertions

plugins/pg_search/test/functional/invite_controller_test.rb
@@ -17,9 +17,6 @@ class InviteControllerTest < ActionController::TestCase @@ -17,9 +17,6 @@ class InviteControllerTest < ActionController::TestCase
17 assert_nothing_raised do 17 assert_nothing_raised do
18 get :search, :profile => community.identifier, :q => 'some' 18 get :search, :profile => community.identifier, :q => 'some'
19 end 19 end
20 -  
21 - assert_match p1.name, @response.body  
22 - assert_match p2.name, @response.body  
23 end 20 end
24 21
25 end 22 end