diff options
author | francis <francis> | 2008-08-29 12:10:22 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-29 12:10:22 +0000 |
commit | f38361dc3a546292fb261035d2f1338fe9ba98b0 (patch) | |
tree | 857176e99f852c55679fae9de77f32f542d839d2 /spec/controllers/comment_controller_spec.rb | |
parent | b717e97a8eb6a6150288e93960cafbc00e6c13bb (diff) |
Update changed URL.
Diffstat (limited to 'spec/controllers/comment_controller_spec.rb')
-rw-r--r-- | spec/controllers/comment_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/comment_controller_spec.rb b/spec/controllers/comment_controller_spec.rb index d7a8c91eb..7644d3def 100644 --- a/spec/controllers/comment_controller_spec.rb +++ b/spec/controllers/comment_controller_spec.rb @@ -42,7 +42,7 @@ describe CommentController, "when commenting on a request" do ActionMailer::Base.deliveries.size.should == 0 - response.should redirect_to(:controller => 'request', :action => 'show', :url_title => info_requests(:naughty_chicken_request).url_title, :anchor => 'comment-' + comment.id.to_s) + response.should redirect_to(:controller => 'request', :action => 'show', :url_title => info_requests(:naughty_chicken_request).url_title) end it "should give an error if the same request is submitted twice" do |