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

(SDK-331) Use vendored Gemfile.lock when available and needed #215

Merged
merged 1 commit into from
Aug 2, 2017

Conversation

scotje
Copy link
Contributor

@scotje scotje commented Aug 1, 2017

No description provided.

@scotje scotje requested review from DavidS, rodjek and bmjen August 1, 2017 22:28
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 89.462% when pulling 6738f16 on scotje:331_vendored_gemfile_lock into 5292eb3 on puppetlabs:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 89.971% when pulling 708209e on scotje:331_vendored_gemfile_lock into 5292eb3 on puppetlabs:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 89.971% when pulling 7e9b049 on scotje:331_vendored_gemfile_lock into 5292eb3 on puppetlabs:master.

allow(File).to receive(:exist?).with('/package/cachedir/Gemfile.lock').and_return(true)

expect(logger).to receive(:debug).with(%r{using vendored gemfile\.lock}i)
expect(FileUtils).to receive(:cp)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should test the arguments to FileUtils.cp here, for completeness.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 90.463% when pulling 81ed6b9 on scotje:331_vendored_gemfile_lock into 48741a5 on puppetlabs:master.

@bmjen bmjen merged commit 42882c4 into puppetlabs:master Aug 2, 2017
@scotje scotje added the feature label Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants