puppet-swift/spec/spec_helper.rb
David Moreau Simard c26875a010 Cleanup, Improve coverage of swift::keystone::auth spec tests
Refactor with shared examples, improves coverage with 12 additional
tests.

Change-Id: Ie686af051f11941a88ea479b1d9187560f8140bb
2014-02-03 18:07:33 -05: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