1
0
mirror of https://github.com/Adam-Ant/puppet-motd synced 2025-07-01 21:10:56 +00:00

Initial Commit

This commit is contained in:
Adam Dodman
2018-02-20 20:58:41 +00:00
commit 56b3923c99
9 changed files with 133 additions and 0 deletions

View File

@ -0,0 +1,6 @@
require 'spec_helper'
describe 'motd' do
context 'with default values for all parameters' do
it { should contain_class('motd') }
end
end