mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
Merge pull request #28 from chef/bugfix-runner-conf
bugfix: fix simplified runner configuration
This commit is contained in:
commit
7cfbf2d4dc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module Vulcano
|
||||||
attr_reader :tests
|
attr_reader :tests
|
||||||
def initialize(conf = {})
|
def initialize(conf = {})
|
||||||
@rules = []
|
@rules = []
|
||||||
@profile_id = @conf[:id]
|
@profile_id = conf[:id]
|
||||||
@conf = Vulcano::Backend.target_config(normalize_map(conf))
|
@conf = Vulcano::Backend.target_config(normalize_map(conf))
|
||||||
@tests = RSpec::Core::World.new
|
@tests = RSpec::Core::World.new
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue