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

Version Path
knife-profitbricks-1.2.1 spec/spec_helper.rb
knife-profitbricks-1.2.0 spec/spec_helper.rb
knife-profitbricks-1.1.2 spec/spec_helper.rb
knife-profitbricks-1.1.1 spec/spec_helper.rb
knife-profitbricks-1.0.0 spec/spec_helper.rb