move from bundler to chefdk
- deprecated Gemfile - Updated TESTING.md and README.md - updated Rakefile to use chef exec insted of bundle exec - replaced Runner with SoloRunner in specs Change-Id: If3e3b54c9dbaa8bb51164bc85fd93ff5fc54ec4d
This commit is contained in:
		@@ -6,7 +6,7 @@ require_relative 'spec_helper'
 | 
			
		||||
 | 
			
		||||
describe 'openstack-block-storage::cinder-common' do
 | 
			
		||||
  describe 'ubuntu' do
 | 
			
		||||
    let(:runner) { ChefSpec::Runner.new(UBUNTU_OPTS) }
 | 
			
		||||
    let(:runner) { ChefSpec::SoloRunner.new(UBUNTU_OPTS) }
 | 
			
		||||
    let(:node) { runner.node }
 | 
			
		||||
    let(:chef_run) do
 | 
			
		||||
      node.set['openstack']['mq']['host'] = '127.0.0.1'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user