We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For most of the api only rails application, requests specs are used in favour of controller specs. :AV does not recognise requests specs.
:AV
Could we have a fallback to them?
app/controller/api_controller.rb -> spec/requests/api_controller_spec.rb or/and app/controller/api_controller.rb -> spec/requests/api_spec.rb
app/controller/api_controller.rb
spec/requests/api_controller_spec.rb
spec/requests/api_spec.rb
The text was updated successfully, but these errors were encountered:
AIUI, request specs are now used in favour of controller specs for all Rails applications.
Sorry, something went wrong.
Any update on this? Most people now use request specs and this would help a lot.
No branches or pull requests
For most of the api only rails application, requests specs are used in favour of controller specs.
:AV
does not recognise requests specs.Could we have a fallback to them?
app/controller/api_controller.rb
->spec/requests/api_controller_spec.rb
or/and
app/controller/api_controller.rb
->spec/requests/api_spec.rb
The text was updated successfully, but these errors were encountered: