We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6265c commit 790d4ddCopy full SHA for 790d4dd
spec/spec_helper_acceptance.rb
@@ -2,11 +2,4 @@
2
3
require 'voxpupuli/acceptance/spec_helper_acceptance'
4
5
-configure_beaker do |host|
6
- next unless fact('os.name') == 'Debian' && fact('os.release.major') == '8'
7
-
8
- on host, 'echo "deb http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list'
9
- on host, 'echo \'Acquire::Check-Valid-Until "false";\' > /etc/apt/apt.conf.d/check-valid'
10
- on host, 'DEBIAN_FRONTEND=noninteractive apt-get -y update'
11
- on host, 'DEBIAN_FRONTEND=noninteractive apt-get install -y -t jessie-backports openjdk-8-jdk'
12
-end
+configure_beaker
0 commit comments