diff options
Diffstat (limited to 'spec/controllers/request_controller_spec.rb')
-rw-r--r-- | spec/controllers/request_controller_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index 093eb91c4..31fcfe7e4 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -376,8 +376,9 @@ describe RequestController, "sending unclassified new response reminder alerts" controller.test_code_redirect_by_email_token(mail_token, self) # XXX hack to avoid having to call User controller for email link session[:user_id].should == info_requests(:fancy_dog_request).user.id - response.should render_template('describe_state') + response.should render_template('show') assigns[:info_request].should == info_requests(:fancy_dog_request) + # XXX should check anchor tag here :) that it goes to last new response end end |