Add documentation and module boilerplate
This commit is contained in:
7
spec/classes/init_spec.rb
Normal file
7
spec/classes/init_spec.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'spec_helper'
|
||||
describe 'sabayon' do
|
||||
context 'with default values for all parameters' do
|
||||
it { should contain_class('sabayon') }
|
||||
it { should contain_package('app-admin/enman') }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user