diff options
author | Francis Irving <francis@mysociety.org> | 2010-08-04 12:04:29 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-08-04 12:04:29 +0100 |
commit | ea1d3fa77f5ff2dd7a7281637a35fc388ee17a5e (patch) | |
tree | f9b82f3064a4b5afed3c72b0f1ac0d6f1f1464bd /spec/models/incoming_message_spec.rb | |
parent | 5927a8752fa11fe9b1c0763cd2358a8f4ba44117 (diff) |
Oops, got test slightly wrong.
Diffstat (limited to 'spec/models/incoming_message_spec.rb')
-rw-r--r-- | spec/models/incoming_message_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/incoming_message_spec.rb b/spec/models/incoming_message_spec.rb index 9a802c2c1..950ea8a63 100644 --- a/spec/models/incoming_message_spec.rb +++ b/spec/models/incoming_message_spec.rb @@ -223,7 +223,7 @@ describe IncomingMessage, " when censoring whole users" do it "should replace censor text to Word documents" do data = @test_data.dup @im.binary_mask_stuff!(data, "application/vnd.ms-word") - data.should == "There was a mouse called xxxxxxx, he wished that he was xxxx." + data.should == "There was a mouse called xxxxxxx, he wished that he was blue." end end |