summaryrefslogtreecommitdiff
path: root/spec/unit/log_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/log_spec.rb')
-rw-r--r--spec/unit/log_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/unit/log_spec.rb b/spec/unit/log_spec.rb
index 7be40f77e6..288a827035 100644
--- a/spec/unit/log_spec.rb
+++ b/spec/unit/log_spec.rb
@@ -16,9 +16,9 @@
# limitations under the License.
#
-require 'tempfile'
-require 'logger'
-require 'spec_helper'
+require "tempfile"
+require "logger"
+require "spec_helper"
describe Chef::Log do
end