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

3 lines
62 B
Ruby
Raw Permalink Normal View History

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