Sha256: 7bc3609f2682a25ae73f386853a3fc24bc15ba69e708d1bfd78846694a62cef9
Contents?: true
Size: 420 Bytes
Versions: 5
Compression:
Stored size: 420 Bytes
Contents
$:.unshift File.expand_path('../../lib/chef/knife', __FILE__) require 'rspec' require 'chef' RSpec.configure do |config| config.before(:each) do Chef::Config.reset { :profitbricks_username => 'farid.shah@profitbricks.com', :profitbricks_password => 'spc2015', :profitbricks_url => 'https://spc.profitbricks.com' }.each do |key, value| Chef::Config[:knife][key] = value end end end
Version data entries
5 entries across 5 versions & 1 rubygems