diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-06-07 14:39:06 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-06-07 14:39:06 +0100 |
commit | ba6ac2c8e71fc8694db274a8f7ef187766656fb9 (patch) | |
tree | 08b85cd89ebc76e0d773f36ad2bc231fe14e02ef /spec/controllers/request_controller_spec.rb | |
parent | 8f9c448cc106c13b23f0b7db2fe846fc2eae109b (diff) |
Update test for e3cfe550fe835c68b25d693abd40aedd954913b3
The wording that was changed by e3cfe550fe835c68b25d693abd40aedd954913b3
turns out to be relied on by one of the tests.
Diffstat (limited to 'spec/controllers/request_controller_spec.rb')
-rw-r--r-- | spec/controllers/request_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index c70284748..24ea0dfdd 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -1488,7 +1488,7 @@ describe RequestController, "sending unclassified new response reminder alerts" deliveries = ActionMailer::Base.deliveries deliveries.size.should == 3 # sufficiently late it sends reminders too mail = deliveries[0] - mail.body.should =~ /To let us know/ + mail.body.should =~ /To let everyone know/ mail.to_addrs.first.to_s.should == info_requests(:fancy_dog_request).user.name_and_email mail.body =~ /(http:\/\/.*\/c\/(.*))/ mail_url = $1 |