1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-20 04:30:36 +00:00
puppet-fluentd/spec/classes/init_spec.rb

8 lines
146 B
Ruby
Raw Normal View History

2015-11-30 11:23:28 +00:00
require 'spec_helper'
describe 'fluentd' do
context 'with defaults for all parameters' do
it { should contain_class('fluentd') }
end
end