diff options
author | Francis Irving <francis@mysociety.org> | 2009-10-29 18:26:19 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-10-29 18:26:19 +0000 |
commit | df76ff8f45365b667af249d2cb8ebf5321cbb5e3 (patch) | |
tree | 81805d82b7ad6ac50bcf5168c2b295138fd24096 /spec/models/track_mailer_spec.rb | |
parent | b14bb2e8ee7a29a52aaa22acec19bf63b2673b8b (diff) |
So fixtures and deliveries are right when run in alphabetical order.
Diffstat (limited to 'spec/models/track_mailer_spec.rb')
-rw-r--r-- | spec/models/track_mailer_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/models/track_mailer_spec.rb b/spec/models/track_mailer_spec.rb index 0b1db6003..83bbc4c13 100644 --- a/spec/models/track_mailer_spec.rb +++ b/spec/models/track_mailer_spec.rb @@ -119,6 +119,8 @@ describe TrackMailer do mail['Auto-Submitted'].to_s.should == 'auto-generated' mail['Precedence'].to_s.should == 'bulk' + + deliveries.clear end end |