Merge "Testing some keystone types alone fails"

This commit is contained in:
Jenkins 2016-01-15 11:34:48 +00:00 committed by Gerrit Code Review
commit cfa106045f

View File

@ -1,3 +1,16 @@
require 'spec_helper'
# this hack is required for now to ensure that the path is set up correctly
# to retrive the parent provider
$LOAD_PATH.push(
File.join(
File.dirname(__FILE__),
'..',
'..',
'fixtures',
'modules',
'inifile',
'lib')
)
require 'puppet'
require 'puppet/type/keystone_config'