From f38361dc3a546292fb261035d2f1338fe9ba98b0 Mon Sep 17 00:00:00 2001 From: francis Date: Fri, 29 Aug 2008 12:10:22 +0000 Subject: Update changed URL. --- spec/controllers/comment_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/controllers/comment_controller_spec.rb') 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 -- cgit v1.2.3