summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/classes/ntp_spec.rb2
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