diff --git a/plugins/pg_search/test/functional/invite_controller_test.rb b/plugins/pg_search/test/functional/invite_controller_test.rb index b7f4fb8..f03acb0 100644 --- a/plugins/pg_search/test/functional/invite_controller_test.rb +++ b/plugins/pg_search/test/functional/invite_controller_test.rb @@ -17,9 +17,6 @@ class InviteControllerTest < ActionController::TestCase assert_nothing_raised do get :search, :profile => community.identifier, :q => 'some' end - - assert_match p1.name, @response.body - assert_match p2.name, @response.body end end -- libgit2 0.21.2