Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
erlang
Commits
9c544f0e
Commit
9c544f0e
authored
Jan 09, 2016
by
Tim Smith
Browse files
Fix case of Ubuntu
parent
b2520965
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/unit/recipes/esl_spec.rb
View file @
9c544f0e
...
...
@@ -3,7 +3,7 @@ require 'spec_helper'
describe
'erlang::esl'
do
describe
'Debian Platform Family'
do
cached
(
:chef_run_debian
)
do
ChefSpec
::
ServerRunner
.
new
(
platform:
'
U
buntu'
,
version:
'14.04'
)
ChefSpec
::
ServerRunner
.
new
(
platform:
'
u
buntu'
,
version:
'14.04'
)
.
converge
(
'erlang::esl'
)
end
...
...
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