summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_apache/spec/spec_helper.rb')
-rw-r--r--puppet/modules/site_apache/spec/spec_helper.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/modules/site_apache/spec/spec_helper.rb b/puppet/modules/site_apache/spec/spec_helper.rb
new file mode 100644
index 00000000..dea9e892
--- /dev/null
+++ b/puppet/modules/site_apache/spec/spec_helper.rb
@@ -0,0 +1,6 @@
+require 'rspec-puppet'
+
+RSpec.configure do |c|
+ c.module_path = File.expand_path(File.join(File.dirname(__FILE__), '..', '..'))
+ c.color = true
+end