testclass
This commit is contained in:
parent
a7fd9ca027
commit
c5cec5d39e
8
site-modules/subbutest/manifests/testclass.pp
Normal file
8
site-modules/subbutest/manifests/testclass.pp
Normal file
@ -0,0 +1,8 @@
|
||||
# @summary A short summary of the purpose of this class
|
||||
#
|
||||
# A description of what this class does
|
||||
#
|
||||
# @example
|
||||
# include subbutest::testclass
|
||||
class subbutest::testclass {
|
||||
}
|
13
site-modules/subbutest/spec/classes/testclass_spec.rb
Normal file
13
site-modules/subbutest/spec/classes/testclass_spec.rb
Normal file
@ -0,0 +1,13 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe 'subbutest::testclass' do
|
||||
on_supported_os.each do |os, os_facts|
|
||||
context "on #{os}" do
|
||||
let(:facts) { os_facts }
|
||||
|
||||
it { is_expected.to compile }
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user