You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test case without description. Such tests should not be rendered in documentation.
exampledodo_request# ...end
It should allow writing tests cases without noisy document: false. Also, tests wrote with using rspec it should not be passed to documentation without description
itdodo_request#...end
Add :nodoc according document: false.
example"get items",:nodocdodo_request# ...end
The text was updated successfully, but these errors were encountered:
This is an enhancement request.
Proposal:
Allow to use
example
in two waysIt should allow writing tests cases without noisy
document: false
. Also, tests wrote with using rspecit
should not be passed to documentation without description:nodoc
accordingdocument: false
.The text was updated successfully, but these errors were encountered: