diff --git a/spec/classes/heat_client_spec.rb b/spec/classes/heat_client_spec.rb index c7287b4b..5fc7f4d7 100644 --- a/spec/classes/heat_client_spec.rb +++ b/spec/classes/heat_client_spec.rb @@ -15,6 +15,7 @@ describe 'heat::client' do default_params.merge(params) end + it { is_expected.to contain_class('heat::deps') } it { is_expected.to contain_class('heat::params') } it 'installs heat client package' do