Skip to content

Gracefully handle --skip-system-test #562

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

Merged
merged 1 commit into from
Jul 5, 2025

Conversation

flavorjones
Copy link
Member

@flavorjones flavorjones commented Jul 5, 2025

Looking at how Rails itself handles this, templates and generators tend to use the options hash (e.g. scaffold_genereator.rb, so I'm doing that instead of #560 or #561.

This also adds an integration test for the --skip-system-test case.

Fixes #559

@flavorjones flavorjones merged commit e8efa75 into main Jul 5, 2025
16 of 17 checks passed
@flavorjones
Copy link
Member Author

Will cut a release this weekend.

@rschultheis
Copy link

Thank you @flavorjones . I took a stab at a test in my PR and wasn't able to get it quick enough. Thanks for maintaining this great gem 💖

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.

The system test scaffold generator is failing when a rails project lacks system tests
2 participants