[Git][noosfero/noosfero][master] AddMemberTest: fix call to unexisting assertion method

Antonio Terceiro gitlab at mg.gitlab.com
Tue Nov 17 15:47:47 BRST 2015


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
de606257 by Antonio Terceiro at 2015-11-17T15:47:05Z
AddMemberTest: fix call to unexisting assertion method

- - - - -


1 changed file:

- test/unit/add_member_test.rb


Changes:

=====================================
test/unit/add_member_test.rb
=====================================
--- a/test/unit/add_member_test.rb
+++ b/test/unit/add_member_test.rb
@@ -136,6 +136,6 @@ class AddMemberTest < ActiveSupport::TestCase
 
     task = AddMember.new(:person => new_person, :organization => community)
 
-    assert_not_match(/\(#{task.requestor.email}\)/, task.target_notification_description)
+    assert_no_match(/\(#{task.requestor.email}\)/, task.target_notification_description)
   end
 end



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/de60625777cb216672291f175548139a93c275a2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20151117/41eedcfd/attachment.html>


More information about the Noosfero-dev mailing list