diff options
Diffstat (limited to 'spec/classes/ntp_spec.rb')
-rw-r--r-- | spec/classes/ntp_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/classes/ntp_spec.rb b/spec/classes/ntp_spec.rb index 5b28a3b..c70908a 100644 --- a/spec/classes/ntp_spec.rb +++ b/spec/classes/ntp_spec.rb @@ -141,7 +141,7 @@ describe 'ntp' do subject.should contain_service('ntp').with_ensure('stopped') end it 'should allow package ensure to be overridden' do - params[:autoupdate] = true + params[:package_ensure] = 'latest' subject.should contain_package('ntp').with_ensure('latest') end it 'should allow template to be overridden' do |