aboutsummaryrefslogtreecommitdiffstats
path: root/spec/acceptance/honeycomb_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acceptance/honeycomb_spec.rb')
-rw-r--r--spec/acceptance/honeycomb_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/acceptance/honeycomb_spec.rb b/spec/acceptance/honeycomb_spec.rb
index 012693b..36f8a2e 100644
--- a/spec/acceptance/honeycomb_spec.rb
+++ b/spec/acceptance/honeycomb_spec.rb
@@ -5,6 +5,7 @@ describe 'fdio::honeycomb' do
describe 'default parameters' do
it 'should work with no errors' do
pp= <<-EOS
+ class { '::fdio': }
class { '::fdio::honeycomb': }
EOS