-
Notifications
You must be signed in to change notification settings - Fork 631
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
annotate additional subdirectories #286
Comments
A PR is welcome! What version of rails does this? |
I'm testing it now. I'm working with a Rails 5 API |
I just finished the PR and tested it with test_unit and rspec: #287 |
@ctran is there anything more I can do to help? |
Sorry, I will take a look tomorrow. On Mon, Nov 16, 2015 at 3:14 PM djsegal notifications@github.com wrote:
|
This is now merged into "develop". It will be part of the next release. |
a scaffold generates files in the following rspec subdirectories:
spec/models
spec/controllers
spec/requests
spec/routing
currently, only
spec/models
is annotated. is there a way to annotate the other three?The text was updated successfully, but these errors were encountered: