puppet-horizon/spec/spec_helper.rb
Mathieu Gagné 4b864789c0 Add ability to disable configuration of apache
Add configure_apache parameter to add the ability to disable
configuration of Apache vhost for Horizon.

- Move Apache configuration to horizon::wsgi::apache class.
- Move management of logdir resource to horizon::wsgi::apache class.

Change-Id: I5aeb577ce827e923ed01a73cca1bd79789f81eff
Closes-bug: #1190282
2014-01-30 16:35:47 -05:00

7 lines
162 B
Ruby

require 'puppetlabs_spec_helper/module_spec_helper'
require 'shared_examples'
RSpec.configure do |c|
c.alias_it_should_behave_like_to :it_raises, 'raises'
end