fuel-library/tests/noop/spec/hosts/roles/mongo_primary_spec.rb

9 lines
145 B
Ruby

require 'spec_helper'
require 'shared-examples'
manifest = 'roles/mongo_primary.pp'
describe manifest do
test_ubuntu_and_centos manifest
end