metasploitable3/chef/cookbooks/metasploitable/test/linux/nodejs.rb
2017-08-11 13:36:04 -05:00

3 lines
62 B
Ruby

describe package('nodejs') do
it { should be_installed }
end