fuel-library/deployment/puppet/keystone/spec/spec_helper.rb
Bogdan Dobrelya 01326ed62c Sync puppet-keystone
77dbc80de15b5ef02a5e89c8ef040e70df576a1d 4.0.0

Partial blueprint merge-openstack-puppet-modules

Fuel-CI: disable
Change-Id: Id315262c7cc735bfdce41b2f5a20117bfd2b3a04
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2014-10-30 16:45:31 +02:00

9 lines
233 B
Ruby

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