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 527c53f..65d8e3b 100644
--- a/spec/classes/ntp_spec.rb
+++ b/spec/classes/ntp_spec.rb
@@ -160,7 +160,7 @@ describe 'ntp' do
subject.should contain_service('ntp').with_ensure('stopped')
end
it 'should allow package ensure to be overridden' do
- params[:package_ensure] = 'latest'
+ params[:ensure_package] = 'latest'
subject.should contain_package('ntp').with_ensure('latest')
end
it 'should allow template to be overridden' do