Commit 3d1cd8082b783fc99fd98abe4f1c072f03375c20
Committed by
Antonio Terceiro
1 parent
c941417d
Exists in
master
and in
28 other branches
Fixed test
(ActionItem1659)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/unit/environment_mailing_test.rb
... | ... | @@ -35,7 +35,7 @@ class EnvironmentMailingTest < ActiveSupport::TestCase |
35 | 35 | |
36 | 36 | should 'return signature message' do |
37 | 37 | mailing = EnvironmentMailing.new(:source => environment) |
38 | - assert_equal 'Sent by Noosfero Network.', mailing.signature_message | |
38 | + assert_equal 'Sent by Network.', mailing.signature_message | |
39 | 39 | end |
40 | 40 | |
41 | 41 | should 'return url for environment on url' do | ... | ... |