summaryrefslogtreecommitdiff
path: root/puppet/modules/concat/spec/spec_helper.rb
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-07-12 16:45:27 -0400
committerMicah <micah@leap.se>2016-07-12 16:45:27 -0400
commitb85f8c1b914a09b6001d4c1b5c7d07ef17ac766f (patch)
tree24bf5f48ac42ac4f98be50595d35e06286194b88 /puppet/modules/concat/spec/spec_helper.rb
parentda37dd95c39f3f100020164473eed53a317fb53f (diff)
git subrepo clone https://leap.se/git/puppet_concat puppet/modules/concat
subrepo: subdir: "puppet/modules/concat" merged: "abce128" upstream: origin: "https://leap.se/git/puppet_concat" branch: "master" commit: "abce128" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo" commit: "1e79595" Change-Id: Ic28e31bdc5b32fd6c55636bc35d9ca2967daf997
Diffstat (limited to 'puppet/modules/concat/spec/spec_helper.rb')
-rw-r--r--puppet/modules/concat/spec/spec_helper.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/puppet/modules/concat/spec/spec_helper.rb b/puppet/modules/concat/spec/spec_helper.rb
new file mode 100644
index 00000000..e6e9309b
--- /dev/null
+++ b/puppet/modules/concat/spec/spec_helper.rb
@@ -0,0 +1,9 @@
+require 'puppet'
+require 'rspec'
+require 'rspec-puppet'
+
+RSpec.configure do |c|
+ c.module_path = File.expand_path(File.join(File.dirname(__FILE__), 'fixtures/modules/'))
+ # Using an empty site.pp file to avoid: https://github.com/rodjek/rspec-puppet/issues/15
+ c.manifest_dir = File.expand_path(File.join(File.dirname(__FILE__), 'fixtures/manifests'))
+end