diff options
Diffstat (limited to 'spec')
-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) {[ |