Exception: Rack::Spec::Mock::ExampleNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/rack/spec/mock.rb

Instance Method Summary collapse

Methods inherited from Error

#to_rack_response

Instance Method Details

#idObject



83
84
85
# File 'lib/rack/spec/mock.rb', line 83

def id
  "example_not_found"
end

#statusObject



87
88
89
# File 'lib/rack/spec/mock.rb', line 87

def status
  500
end