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

11 lines
197 B
Ruby
Raw Normal View History

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