summaryrefslogtreecommitdiff
path: root/kitchen-tests/test/integration/webapp/default_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/test/integration/webapp/default_spec.rb')
-rw-r--r--kitchen-tests/test/integration/webapp/default_spec.rb7
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] }