summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/spec/spec_helper.rb
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-01-16 15:15:41 -0200
committervarac <varacanero@zeromail.org>2017-01-18 18:44:21 +0100
commit5126584fe40f08b779a6f93e2d1b6b57bae29700 (patch)
treeb0aeb4387bdf4f7f3e6865f72294c47c0210b588 /puppet/modules/site_apache/spec/spec_helper.rb
parent0117808a130c36f14f5b86879b52ed7ce2fa6d57 (diff)
Add apache auto-restart extension file
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