From 66edd24f22da1be8167f4a028526b4e57e217635 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Thu, 4 Aug 2016 19:23:27 -0300 Subject: [PATCH] remove unecessary assertions --- plugins/pg_search/test/functional/invite_controller_test.rb | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) 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