Sha256: a4e58355a69cb747d769be2db57726ad5b438fda29a027e6da82671d2173e64a
Contents?: true
Size: 426 Bytes
Versions: 12
Compression:
Stored size: 426 Bytes
Contents
require 'berkshelf/chef' module Berkshelf module RSpec module Knife class << self def load_knife_config(path) if File.exist?(path) Berkshelf::Chef::Config.from_file(path) ENV["CHEF_CONFIG"] = path else raise "Cannot continue; '#{path}' must exist and have testing credentials." unless ENV['CI'] end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems