Skip to content

Commit

Permalink
Update jq package to 'installed' from 'present'
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-el-em authored Dec 19, 2024
1 parent c17ab56 commit 9906fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
context 'with default parameters' do
it { is_expected.to compile }

it { is_expected.to contain_package('jq').with(ensure: 'present') }
it { is_expected.to contain_package('jq').with(ensure: 'installed') }

case facts[:os]['family']
when 'RedHat'
Expand Down

0 comments on commit 9906fa1

Please sign in to comment.