metasploitable3/chef/cookbooks/metasploitable/test/linux/ruby23.rb
James Barnett bc3ef65dbf Update linux tests.
- Finished out flag tests
- All tests are passing correctly
- Use integer for mode consistently
2017-08-15 12:43:37 -05:00

11 lines
197 B
Ruby

describe package('ruby2.3') do
it { should be_installed }
end
describe package('ruby2.3-dev') do
it { should be_installed }
end
describe package('bundler') do
it { should be_installed }
end