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 867ef55900..c20aeaf4bf 100644
--- a/spec/unit/log/winevt_spec.rb
+++ b/spec/unit/log/winevt_spec.rb
@@ -17,7 +17,7 @@
# limitations under the License.
#
-require 'spec_helper'
+require "spec_helper"
describe Chef::Log::WinEvt do
let(:evtlog) { instance_double("Win32::EventLog")}