1
0
Fork 0

Add spec support

This commit is contained in:
John Barnette 2013-02-13 10:56:52 -08:00
parent 4eba67ff61
commit c11b7d08f7
2 changed files with 9 additions and 0 deletions

1
script/specs Symbolic link
View File

@ -0,0 +1 @@
cardboard-exec

8
spec/spec_helper.rb Normal file
View 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