diff options
author | Robin Houston <robin@lenny.robin> | 2011-09-08 06:18:35 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-09-08 06:18:35 +0100 |
commit | e6c088e6b72e5bfee26fda8d933e8d71ea672b30 (patch) | |
tree | 272a44d425d1e460bf4cb39f13d6e7344bf57c77 /spec/script | |
parent | 71048a2bd639943801d626fa89e2dfcb2ebb7ee2 (diff) |
More out-of-office message detection
Diffstat (limited to 'spec/script')
-rw-r--r-- | spec/script/handle-mail-replies_spec.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/script/handle-mail-replies_spec.rb b/spec/script/handle-mail-replies_spec.rb index 2ef8d6afa..b3e6e5dbb 100644 --- a/spec/script/handle-mail-replies_spec.rb +++ b/spec/script/handle-mail-replies_spec.rb @@ -39,5 +39,10 @@ describe "When filtering" do r = mail_reply_test("track-response-exchange-oof-1.email") r.status.should == 2 end + + it "should detect a Lotus Domino-style out-of-office" do + r = mail_reply_test("track-response-lotus-oof-1.email") + r.status.should == 2 + end end |