Skip to content

Commit 790d4dd

Browse files
committed
remove Debian 8 specialcasing from spec_helper
1 parent 0a6265c commit 790d4dd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,4 @@
22

33
require 'voxpupuli/acceptance/spec_helper_acceptance'
44

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
5+
configure_beaker

0 commit comments

Comments
 (0)