Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update missing concat dependency in acceptance tests. #129

Merged
merged 1 commit into from
Sep 13, 2017
Merged

Update missing concat dependency in acceptance tests. #129

merged 1 commit into from
Sep 13, 2017

Conversation

TraGicCode
Copy link
Contributor

No description provided.

Copy link
Contributor

@wyardley wyardley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me. is spec_helper_system just for bringing up a system to test on without running tests?

@@ -20,6 +20,7 @@
on host, puppet('module', 'install', 'puppetlabs-stdlib'), acceptable_exit_codes: [0, 1]
on host, puppet('module', 'install', 'nanliu-staging'), acceptable_exit_codes: [0, 1]
on host, puppet('module', 'install', 'puppetlabs-inifile'), acceptable_exit_codes: [0, 1]
on host, puppet('module', 'install', 'puppetlabs-concat'), acceptable_exit_codes: [0, 1]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, switching to beaker/module_install_helper can have it auto-install the dependencies based on the metadata, in a way that's a bit more readable.

See, e.g.,
https://github.com/voxpupuli/puppet-rabbitmq/blob/master/spec/spec_helper_acceptance.rb#L7-L13
https://github.com/voxpupuli/puppet-nodejs/blob/master/spec/spec_helper_acceptance.rb#L5-L13

@wyardley wyardley merged commit 0920ba9 into voxpupuli:master Sep 13, 2017
@TraGicCode TraGicCode deleted the bug/add-concat-to-acceptance-test branch September 13, 2017 22:40
@wyardley wyardley changed the title In a previous issue i fixed the missing concat dependency but did not update the acceptance tests. Update missing concat dependency in acceptance tests. Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants