aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/incoming_message_spec.rb
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-08-04 12:04:29 +0100
committerFrancis Irving <francis@mysociety.org>2010-08-04 12:04:29 +0100
commitea1d3fa77f5ff2dd7a7281637a35fc388ee17a5e (patch)
treef9b82f3064a4b5afed3c72b0f1ac0d6f1f1464bd /spec/models/incoming_message_spec.rb
parent5927a8752fa11fe9b1c0763cd2358a8f4ba44117 (diff)
Oops, got test slightly wrong.
Diffstat (limited to 'spec/models/incoming_message_spec.rb')
-rw-r--r--spec/models/incoming_message_spec.rb2
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