Add spec support
This commit is contained in:
parent
4eba67ff61
commit
c11b7d08f7
2 changed files with 9 additions and 0 deletions
1
script/specs
Symbolic link
1
script/specs
Symbolic link
|
@ -0,0 +1 @@
|
|||
cardboard-exec
|
8
spec/spec_helper.rb
Normal file
8
spec/spec_helper.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
require "rspec-puppet"
|
||||
|
||||
fixture_path = File.expand_path File.join(__FILE__, "..", "fixtures")
|
||||
|
||||
RSpec.configure do |c|
|
||||
c.manifest_dir = File.join(fixture_path, "manifests")
|
||||
c.module_path = File.join(fixture_path, "modules")
|
||||
end
|
Loading…
Reference in a new issue