summaryrefslogtreecommitdiff
path: root/spec/unit/util/diff_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/util/diff_spec.rb')
-rw-r--r--spec/unit/util/diff_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/util/diff_spec.rb b/spec/unit/util/diff_spec.rb
index b0a57a32c0..f46bc31488 100644
--- a/spec/unit/util/diff_spec.rb
+++ b/spec/unit/util/diff_spec.rb
@@ -17,8 +17,8 @@
#
-require 'spec_helper'
-require 'tmpdir'
+require "spec_helper"
+require "tmpdir"
shared_context "using file paths with spaces" do
let!(:old_tempfile) { Tempfile.new("chef-util diff-spec") }