-
Notifications
You must be signed in to change notification settings - Fork 372
Open
Description
This is an enhancement request.
Proposal:
Allow to use example in two ways
- Test case without description. Such tests should not be rendered in documentation.
example do
do_request
# ...
endIt should allow writing tests cases without noisy document: false. Also, tests wrote with using rspec it should not be passed to documentation without description
it do
do_request
#...
end- Add
:nodocaccordingdocument: false.
example "get items", :nodoc do
do_request
# ...
endMetadata
Metadata
Assignees
Labels
No labels