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/models/raw_email_spec.rb | |
parent | 9f15eb5b84f2a78c202ff7ad9155cfca9a0f3ed1 (diff) |
Rename XXX comments with TODO:
Picks these up in `rake notes` and adds semantic meaning
Diffstat (limited to 'spec/models/raw_email_spec.rb')
-rw-r--r-- | spec/models/raw_email_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/raw_email_spec.rb b/spec/models/raw_email_spec.rb index f86b35e99..aa82b0bc3 100644 --- a/spec/models/raw_email_spec.rb +++ b/spec/models/raw_email_spec.rb @@ -23,7 +23,7 @@ describe User, "manipulating a raw email" do @raw_email.data.should == "Hello, world!" end - # XXX this test fails, hopefully will be fixed in later Rails. + # TODO: this test fails, hopefully will be fixed in later Rails. # Doesn't matter too much for us for storing raw_emails, it would seem, # but keep an eye out. |