diff options
Diffstat (limited to 'spec/classes/honeycomb_spec.rb')
-rw-r--r-- | spec/classes/honeycomb_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/classes/honeycomb_spec.rb b/spec/classes/honeycomb_spec.rb index fcd31f6..8fc2252 100644 --- a/spec/classes/honeycomb_spec.rb +++ b/spec/classes/honeycomb_spec.rb @@ -7,6 +7,8 @@ describe 'fdio::honeycomb' do :operatingsystemmajrelease => '7', }} + let(:pre_condition) { 'include fdio' } + it { should compile } it { should compile.with_all_deps } it { should contain_class('fdio::honeycomb') } |