Commit 66edd24f22da1be8167f4a028526b4e57e217635
1 parent
36202783
Exists in
fix_sign_up_form
remove unecessary assertions
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
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 | ... | ... |