-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
Command to run rspec system specs #583
Comments
I'm out of the loop on this. What's the naming scheme? What should the template look like? Based on precedent, we probably want to further overload this onto |
naming scheme is template is:
From https://relishapp.com/rspec/rspec-rails/docs/system-specs/system-spec |
Probably adding another section like this will be sufficient: Lines 4430 to 4438 in de73f6d
For templates we strive for the smallest possible, no example tests or anything like that. One can use the generator to get those. |
Rspec system specs have largely replaced feature specs for high end testing. It would be nice to have an :Esystem command to edit these specs.
The text was updated successfully, but these errors were encountered: