removed deprecation warnings in specs by replacing Runner with

SoloRunner

Change-Id: I36bc4e4820e7bfd9a494d61c5af58512eb874936
This commit is contained in:
Jan Klare
2015-04-27 22:35:06 +02:00
parent ef40fb0aa5
commit 568550d923
14 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ require_relative 'spec_helper'
describe 'openstack-common::logging' 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) { runner.converge(described_recipe) }