fuel-library/deployment/puppet/ceilometer/spec/spec_helper.rb
Roman Sokolkov 1743c7e76b Ceilometer integration
* BP: ceilometer-fuel-integraition
  * HA and simple deployment
  * general MySQL backend for ceilometer
  * tested on CentOS 6.4
  * need verification of Ubuntu support
2013-11-14 21:25:46 +04:00

6 lines
144 B
Ruby

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