mirror of
https://github.com/Adam-Ant/puppet-motd
synced 2024-11-05 15:56:22 +00:00
7 lines
145 B
Ruby
7 lines
145 B
Ruby
require 'spec_helper'
|
|
describe 'motd' do
|
|
context 'with default values for all parameters' do
|
|
it { should contain_class('motd') }
|
|
end
|
|
end
|