diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-10-11 07:35:11 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-10-11 07:35:11 +1100 |
commit | 9319dc8b72b492e8f09624bc3974d4ea5c220104 (patch) | |
tree | 2b3fd667df9555a31856846aa7b1834cd8500d61 /spec/models | |
parent | 5cc5d16c7668a8d1a6fc5dd816c36016f5d8019b (diff) |
New configuration MTA_LOG_TYPE to set whether we are using exim or postfix to deliver and receive our mail
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/exim_log_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/exim_log_spec.rb b/spec/models/exim_log_spec.rb index b9826be72..87aa6d610 100644 --- a/spec/models/exim_log_spec.rb +++ b/spec/models/exim_log_spec.rb @@ -5,7 +5,6 @@ describe EximLog do before :each do Configuration.stub!(:incoming_email_domain).and_return("example.com") File.stub_chain(:stat, :mtime).and_return(DateTime.new(2012, 10, 10)) - EximLog.stub!(:detect_mta_log_type).and_return(:exim) end let(:log) {[ |