summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/spec/spec_helper.rb
blob: dea9e892fa7f9992c156f1a397bfd92751235610 (plain)
1
2
3
4
5
6
require 'rspec-puppet'

RSpec.configure do |c|
  c.module_path = File.expand_path(File.join(File.dirname(__FILE__), '..', '..'))
  c.color = true
end