
With this inital commit we set two things : * The list of project that will be managed by this repository[1] * The default template for shared resources, inspired from puppetlabs own modulesync_configs[2] The actual content (ie. data) should be discussed during a meeting. [1] https://github.com/openstack-infra/project-config/blob/master/gerritbot/channels.yaml#L1043-L1069 [2] https://github.com/puppetlabs/modulesync_configs Change-Id: I03b4f07594361ef50ed20589571b2d4c3072cbff
8 lines
226 B
Ruby
8 lines
226 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
|