Sha256: 69d273dc73eff88806eb0b7f3a09a3f53cf3beb525cc5095c6aee07efd376e3a

Contents?: true

Size: 188 Bytes

Versions: 11

Compression:

Stored size: 188 Bytes

Contents

use Utopia::Exceptions::Handler, '/exception'

use Utopia::Controller,
	root: File.expand_path('handler_spec', __dir__),
	base: Utopia::Controller::Base

run lambda {|env| [404, {}, []]}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
utopia-1.9.11 spec/utopia/exceptions/handler_spec.ru
utopia-1.9.10 spec/utopia/exceptions/handler_spec.ru
utopia-1.9.9 spec/utopia/exceptions/handler_spec.ru
utopia-1.9.7 spec/utopia/exceptions/handler_spec.ru
utopia-1.9.6 spec/utopia/exceptions/handler_spec.ru
utopia-1.9.5 spec/utopia/exceptions/handler_spec.ru
utopia-1.9.4 spec/utopia/exceptions/handler_spec.ru
utopia-1.9.3 spec/utopia/exceptions/handler_spec.ru
utopia-1.9.2 spec/utopia/exceptions/handler_spec.ru
utopia-1.9.1 spec/utopia/exceptions/handler_spec.ru
utopia-1.9.0 spec/utopia/exceptions/handler_spec.ru