Exception: RSpec::Grape::NoEndpointDescription

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rspec/grape/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



4
# File 'lib/rspec/grape/exceptions.rb', line 4

def message; 'Endpoint description like \'METHOD /path/to/endpoint\' is not found!'; end