diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-25 10:18:40 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-25 10:18:40 -0700 |
commit | 5f63ad8716e03a29a515aed8c138f41327638901 (patch) | |
tree | 7c2de05d913216189b69361bc64ef84f098e96ea /kitchen-tests/test | |
parent | d96e7295860896d08b1ee943e83c7bb828053a63 (diff) | |
download | chef-5f63ad8716e03a29a515aed8c138f41327638901.tar.gz |
add a few more distros to kitchen testinglcg/kitchen-tests3
adds debian, centos-7 and fedora-23
Diffstat (limited to 'kitchen-tests/test')
-rw-r--r-- | kitchen-tests/test/integration/webapp/default_spec.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kitchen-tests/test/integration/webapp/default_spec.rb b/kitchen-tests/test/integration/webapp/default_spec.rb index fbd1e0e782..ec23a57998 100644 --- a/kitchen-tests/test/integration/webapp/default_spec.rb +++ b/kitchen-tests/test/integration/webapp/default_spec.rb @@ -97,13 +97,6 @@ end end end -if %w{debian ubuntu}.include?(os[:family]) - describe apt("http://us-west-2.ec2.archive.ubuntu.com/ubuntu") do - it { should be_enabled } - it { should exist } - end -end - describe etc_group.where(group_name: "sysadmin") do its("users") { should include "adam" } its("gids") { should eq [2300] } |