Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GitLab.org
B
Build
omnibus-mirror
runit-cookbook
Commits
0b8ecea3
Commit
0b8ecea3
authored
Feb 26, 2020
by
Tim Smith
Browse files
Remove Ubuntu 14.04 specs
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
4a261c39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
spec/default_spec.rb
spec/default_spec.rb
+0
-13
No files found.
spec/default_spec.rb
View file @
0b8ecea3
...
...
@@ -85,19 +85,6 @@ describe 'runit::default' do
end
end
context
'on Ubuntu 14.04'
do
platform
'ubuntu'
,
'14.04'
it
'installs the runit package'
do
is_expected
.
to
install_package
(
'runit'
)
end
it
'starts and enabled the correct runit service'
do
is_expected
.
to
enable_service
(
'runsvdir'
)
is_expected
.
to
start_service
(
'runsvdir'
)
end
end
context
'on Ubuntu 16.04'
do
platform
'ubuntu'
,
'16.04'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment