diff options
author | Francis Irving <francis@mysociety.org> | 2010-08-04 12:07:44 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-08-04 12:07:44 +0100 |
commit | c7b7350197fab61e9aef7aa68b9c402bddbd7a92 (patch) | |
tree | 4e590af8c9caf7cdf799f5db33f172635d7ed4ab | |
parent | ea1d3fa77f5ff2dd7a7281637a35fc388ee17a5e (diff) |
It's Gorgonzola now
-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 950ea8a63..1e697609b 100644 --- a/spec/models/incoming_message_spec.rb +++ b/spec/models/incoming_message_spec.rb @@ -217,7 +217,7 @@ describe IncomingMessage, " when censoring whole users" do it "should apply censor rules to HTML files" do data = @test_data.dup @im.html_mask_stuff!(data) - data.should == "There was a mouse called Jarlsberg, he wished that he was blue." + data.should == "There was a mouse called Gorgonzola, he wished that he was blue." end it "should replace censor text to Word documents" do |