diff options
-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 |