Skip to content

Commit ab32704

Browse files
committed
Update Debian specs
Signed-off-by: Tim Smith <[email protected]>
1 parent 3c6e021 commit ab32704

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/default_spec.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
end
112112
end
113113

114-
context 'on Debian 8' do
115-
platform 'Debian', '8'
114+
context 'on Debian 9' do
115+
platform 'Debian', '9'
116116

117117
it 'installs the runit package' do
118118
is_expected.to install_package('runit')
@@ -124,8 +124,8 @@
124124
end
125125
end
126126

127-
context 'on Debian 9' do
128-
platform 'debian', '9'
127+
context 'on Debian 10' do
128+
platform 'debian', '10'
129129

130130
it 'installs the runit package' do
131131
is_expected.to install_package('runit-systemd')

0 commit comments

Comments
 (0)