summaryrefslogtreecommitdiff
path: root/spec/unit/log/winevt_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/log/winevt_spec.rb')
-rw-r--r--spec/unit/log/winevt_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/log/winevt_spec.rb b/spec/unit/log/winevt_spec.rb
index 288962863c..d5d452159b 100644
--- a/spec/unit/log/winevt_spec.rb
+++ b/spec/unit/log/winevt_spec.rb
@@ -20,7 +20,7 @@
require "spec_helper"
describe Chef::Log::WinEvt do
- let(:evtlog) { instance_double("Win32::EventLog")}
+ let(:evtlog) { instance_double("Win32::EventLog") }
let(:winevt) { Chef::Log::WinEvt.new(evtlog) }
let(:app) { Chef::Application.new }