Skip to content

Commit

Permalink
(spec) test for packages wget and curl
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmorris committed Oct 18, 2023
1 parent 6697607 commit 80f6074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/basic_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class { 'ccs_software':
end

# package deps
%w[unzip git].each do |p|
%w[unzip git curl-minimal wget].each do |p|
describe package(p) do
it { is_expected.to be_installed }
end
Expand Down
2 changes: 2 additions & 0 deletions spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
it do
is_expected.to contain_package('unzip')
is_expected.to contain_package('git')
is_expected.to contain_package('curl-minimal')
is_expected.to contain_package('wget')
end
end

Expand Down

0 comments on commit 80f6074

Please sign in to comment.