diff options
author | varac <varacanero@zeromail.org> | 2016-11-03 01:15:25 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-11-04 10:16:29 +0100 |
commit | b86b0feb7e98c96317946c67c81c669696290d8f (patch) | |
tree | 4d663af8ed855427c985fcfb6b7951eceb60f6c0 | |
parent | 04c73a73d46ccea8df6cce145ed6a516d2150d3a (diff) |
Test for compile.with_all_deps
-rw-r--r-- | spec/classes/init_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/classes/init_spec.rb b/spec/classes/init_spec.rb index 9ba554f..5a65fc9 100644 --- a/spec/classes/init_spec.rb +++ b/spec/classes/init_spec.rb @@ -13,6 +13,5 @@ describe 'apt', :type => :class do :lsbdistcodename => 'jessie', :virtual => 'physical', :puppetversion => Puppet.version, } } - #it { is_expected.to compile.with_all_deps } - it { is_expected.to compile } + it { is_expected.to compile.with_all_deps } end |