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 17 assert_nothing_raised do
18 18 get :search, :profile => community.identifier, :q => 'some'
19 19 end
20   -
21   - assert_match p1.name, @response.body
22   - assert_match p2.name, @response.body
23 20 end
24 21  
25 22 end
... ...