summaryrefslogtreecommitdiff
path: root/spec/support/lib/chef/resource/zen_master.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/lib/chef/resource/zen_master.rb')
-rw-r--r--spec/support/lib/chef/resource/zen_master.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/lib/chef/resource/zen_master.rb b/spec/support/lib/chef/resource/zen_master.rb
index 4106549d79..6f6f4fcabb 100644
--- a/spec/support/lib/chef/resource/zen_master.rb
+++ b/spec/support/lib/chef/resource/zen_master.rb
@@ -16,8 +16,8 @@
# limitations under the License.
#
-require 'chef/knife'
-require 'chef/json_compat'
+require "chef/knife"
+require "chef/json_compat"
class Chef
class Resource