mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-12 21:50:34 +00:00
8 lines
146 B
Ruby
8 lines
146 B
Ruby
|
require 'spec_helper'
|
||
|
describe 'fluentd' do
|
||
|
|
||
|
context 'with defaults for all parameters' do
|
||
|
it { should contain_class('fluentd') }
|
||
|
end
|
||
|
end
|