remove stray puts in test"
This commit is contained in:
parent
a036a8035f
commit
413acc59ca
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ describe Notifier do
|
||||||
it 'has the layout' do
|
it 'has the layout' do
|
||||||
|
|
||||||
mail = Notifier.single_admin("Welcome to bureaucracy!", user)
|
mail = Notifier.single_admin("Welcome to bureaucracy!", user)
|
||||||
puts mail.body.encoded
|
|
||||||
mail.body.encoded.should match /manage your email settings/
|
mail.body.encoded.should match /manage your email settings/
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue