aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/controllers/request_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb
index cd3160ddb..255856dae 100644
--- a/spec/controllers/request_controller_spec.rb
+++ b/spec/controllers/request_controller_spec.rb
@@ -324,7 +324,7 @@ describe RequestController, "sending unclassified new response reminder alerts"
RequestMailer.alert_new_response_reminders
deliveries = ActionMailer::Base.deliveries
- deliveries.size.should == 1
+ deliveries.size.should == 2 # sufficiently late it sends reminder too
mail = deliveries[0]
mail.body.should =~ /this will help others/
mail.to_addrs.to_s.should == info_requests(:fancy_dog_request).user.name_and_email