-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Use project fixtures for FileUpdater specs #3400
Conversation
@@ -27,6 +27,10 @@ def bundler_project_dependency_file(project, filename:) | |||
dependency_file | |||
end | |||
|
|||
def bundler_build_tmp_repo(project) | |||
build_tmp_repo(project, path: "projects/bundler1") |
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 is hard-coded to bundler1, it'll switch based on the suite name in #3350
let(:gemfile_body) { fixture("ruby", "gemfiles", gemfile_fixture_name) } | ||
let(:lockfile_body) { fixture("ruby", "lockfiles", lockfile_fixture_name) } | ||
let(:gemfile_fixture_name) { "Gemfile" } | ||
let(:lockfile_fixture_name) { "Gemfile.lock" } |
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.
LGTM 👍
299f679
to
fb81286
Compare
🥳 |
Breaks out from #3350