diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-03-02 15:18:25 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-03-02 15:18:25 +1100 |
commit | 260bd5bf263683919bac17ce8dfebd153a45e8aa (patch) | |
tree | 7bd426c2523557f772f3c49f88d5e51fb86f8943 /spec/controllers/request_controller_spec.rb | |
parent | ac75a0f72e63ced0aee2a21718df5980bcfdeef1 (diff) |
Switch to pretty urls
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 6fcf43cab..25ad1df5f 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -1510,7 +1510,7 @@ describe RequestController, "when classifying an information request" do end it "should send an email with a message when classified as requires_admin" do - post :describe_state_requires_admin, :message => "Something weird happened", :id => @dog_request.id + post :describe_state_requires_admin, :message => "Something weird happened", :url_title => @dog_request.url_title @dog_request.reload @dog_request.awaiting_description.should == false |