diff options
author | Francis Irving <francis@mysociety.org> | 2010-06-16 20:16:10 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-06-16 20:16:10 +0100 |
commit | f7b610ebbfa0552b727a41fc092ac9c8c1b7fe3a (patch) | |
tree | 0b7cca4822911d18e003b7bbbb0c995ad882d2cf /spec/models | |
parent | 9438fe1eb36ed95c0787c8d764e94fde2698012e (diff) |
Change 'rejected' to 'refused', as used in the law
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/request_mailer_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/models/request_mailer_spec.rb b/spec/models/request_mailer_spec.rb index 6be7b9cea..c77920905 100644 --- a/spec/models/request_mailer_spec.rb +++ b/spec/models/request_mailer_spec.rb @@ -239,7 +239,7 @@ describe RequestMailer, 'when sending mail when someone has updated an old uncla :law_used_full => 'Freedom of Information', :title => 'Test request', :public_body => @public_body, - :display_status => 'Rejected.', + :display_status => 'Refused.', :url_title => 'test_request') @mail = RequestMailer.create_old_unclassified_updated(@info_request) end @@ -249,7 +249,7 @@ describe RequestMailer, 'when sending mail when someone has updated an old uncla end it 'should tell them what status was picked' do - @mail.body.should match(/"rejected."/) + @mail.body.should match(/"refused."/) end it 'should contain the request path' do |