-
Notifications
You must be signed in to change notification settings - Fork 145
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
(feat) dont load the beaker if litmus is there #281
Conversation
CLA signed by all contributors. |
Codecov Report
@@ Coverage Diff @@
## master #281 +/- ##
=======================================
Coverage 44.88% 44.88%
=======================================
Files 11 11
Lines 782 782
=======================================
Hits 351 351
Misses 431 431
Continue to review full report at Codecov.
|
This change LGTM. This change is required for progression of puppet-litmus. |
require 'puppetlabs_spec_helper/tasks/fixtures' | ||
require 'puppetlabs_spec_helper/tasks/check_symlinks' | ||
require 'English' | ||
|
||
# dont load beaker if litmus is present | ||
require 'puppetlabs_spec_helper/tasks/beaker' unless Bundler.rubygems.find_name('puppet_litmus').any? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for letting us know @ekohl
We will work on a fix and have it released as soon as we possibly can.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Perhaps it should check if beaker is actually present? In many cases people just exclude beaker unless they're running acceptance tests in their Gemfiles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This issue is being tracked here: https://tickets.puppetlabs.com/browse/MODULES-8778
:-)
No description provided.