Exception: RSpec::Grape::NoEndpointDescription
- Inherits:
-
StandardError
- Object
- StandardError
- RSpec::Grape::NoEndpointDescription
- Defined in:
- lib/rspec/grape/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
4 |
# File 'lib/rspec/grape/exceptions.rb', line 4 def ; 'Endpoint description like \'METHOD /path/to/endpoint\' is not found!'; end |