diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-06-10 10:04:29 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-06-10 10:04:29 +0100 |
commit | 42870985da06418461c847563fa860c11b4094a1 (patch) | |
tree | 76681986b43aa65c212230e984b504b7c99d3135 /spec/controllers/comment_controller_spec.rb | |
parent | 9f15eb5b84f2a78c202ff7ad9155cfca9a0f3ed1 (diff) |
Rename XXX comments with TODO:
Picks these up in `rake notes` and adds semantic meaning
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 5e250f689..480c85ad7 100644 --- a/spec/controllers/comment_controller_spec.rb +++ b/spec/controllers/comment_controller_spec.rb @@ -26,7 +26,7 @@ describe CommentController, "when commenting on a request" do post :new, params post_redirect = PostRedirect.get_last_post_redirect response.should redirect_to(:controller => 'user', :action => 'signin', :token => post_redirect.token) - # post_redirect.post_params.should == params # XXX get this working. there's a : vs '' problem amongst others + # post_redirect.post_params.should == params # TODO: get this working. there's a : vs '' problem amongst others end it "should create the comment, and redirect to request page when input is good and somebody is logged in" do |