Merge "Testing some keystone types alone fails"
This commit is contained in:
commit
cfa106045f
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user