-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bundler: Convert FileParser specs to projects #3188
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
Conversation
Looks like there are a couple spec failures and seeing this in the error output |
end | ||
let(:gemfile_fixture_name) { "version_specified" } | ||
let(:lockfile_fixture_name) { "bundler_2.lock" } | ||
let(:dependency_files) { project_dependency_files("bundler1/version_specified_bundler_2") } |
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.
Not for now but adding a mental note to go through fixtures once we add support for bundler 2 and move to bundler2/..
support_file: true | ||
) | ||
end | ||
let(:dependency_files) { project_dependency_files("bundler1/version_specified_gemfile_specification") } |
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.
does this not need the same support_file = true
setup?
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.
It might? I thought all tests were passing locally but it seems I may have missed one or two, this might be one of them!
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.
Added some questions around the spec failures. LGTM once specs are 🟢
fa7099a
to
9e6a356
Compare
Mostly using #3027 with some manual fixing afterwards.
9e6a356
to
5ca6f67
Compare
Mostly using #3027
with some manual fixing afterwards.