From 6c4c32340ac0fcebb53768cb78f5760e55c35514 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 7 Jul 2020 15:54:52 -0700 Subject: Fix quotes for Chefstyle Signed-off-by: Tim Smith --- spec/spec_helper.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec/spec_helper.rb') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index a05a90e7a5..5dba5ea0be 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -24,10 +24,10 @@ module Shell IRB = nil unless defined? IRB end -$LOAD_PATH.unshift File.expand_path('..', __dir__) +$LOAD_PATH.unshift File.expand_path("..", __dir__) -$LOAD_PATH.unshift File.expand_path('../chef-config/lib', __dir__) -$LOAD_PATH.unshift File.expand_path('../chef-utils/lib', __dir__) +$LOAD_PATH.unshift File.expand_path("../chef-config/lib", __dir__) +$LOAD_PATH.unshift File.expand_path("../chef-utils/lib", __dir__) require "rubygems" require "rspec/mocks" -- cgit v1.2.1