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
ark
Commits
c2e30330
Unverified
Commit
c2e30330
authored
Jul 04, 2016
by
Tim Smith
Browse files
Add suse spec
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
37fc7316
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/recipes/suse/default_spec.rb
0 → 100644
View file @
c2e30330
require
'spec_helper'
describe_recipe
'ark::default'
do
def
node_attributes
{
platform:
'opensuse'
,
platform_family:
'debian'
,
version:
'13.2'
}
end
let
(
:expected_packages
)
do
%w( libtool autoconf unzip rsync make gcc )
end
it
'installs core packages'
do
expected_packages
.
each
do
|
package
|
expect
(
chef_run
).
to
install_package
(
package
)
end
end
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