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

✨ Support eval_gemfile #248

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

pboling
Copy link
Contributor

@pboling pboling commented Feb 3, 2025

end

def build_gemspec(path = ".")
Dir.mkdir("tmp/stage/#{path}") rescue nil
Copy link

Choose a reason for hiding this comment

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

Style/RescueModifier: Avoid using rescue in its modifier form.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was an existing pattern in the tests I merely copied.

end

def build_modular_gemfile
Dir.mkdir("tmp/stage/gemfiles") rescue nil
Copy link

Choose a reason for hiding this comment

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

Style/RescueModifier: Avoid using rescue in its modifier form.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was an existing pattern in the tests I merely copied.

@pboling
Copy link
Contributor Author

pboling commented Feb 3, 2025

I think the test suite was already broken before I made any changes @nickcharlton

The new test I wrote for eval_gemfile should be passing though.

@pboling pboling force-pushed the eval_gemfile branch 2 times, most recently from df372a1 to 9f19d18 Compare February 3, 2025 15:42
pboling added a commit to VitalConnectInc/turbo_tests that referenced this pull request Feb 3, 2025
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.

Appraisal doesn't support eval_gemfile
1 participant