Skip to content

check for system test existence before modifying #560

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

Closed

Conversation

rschultheis
Copy link

fixes #559

With this change the scaffold generator no longer assumes the existence of a system test file. Rails projects can be initialized without system tests using the --skip-system-test option.

fixes rails#559

With this change the scaffold generator no longer assumes the existence
of a system test file. Rails projects can be initialized without
system tests using the --skip-system-test option.
@rschultheis
Copy link
Author

#561 is a better approach. If the maintainers feel differently then please reopen.

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
1 participant