metasploitable3/chef/cookbooks/metasploitable/test/linux/ruby23.rb

11 lines
195 B
Ruby
Raw Normal View History

2017-08-11 20:36:04 +02:00
describe package('ruby23') do
it { should be_installed }
end
describe package('ruby23-dev') do
it { should be_installed }
end
describe package('bundler') do
it { should be_installed }
end