Sha256: 66ec4db0831bfaf4880268a183d06a18cfec83a7cbe565adf160446b1d1eaf75

Contents?: true

Size: 159 Bytes

Versions: 11

Compression:

Stored size: 159 Bytes

Contents

use Utopia::ExceptionHandler, '/controller/exception'

use Utopia::Controller, root: File.expand_path('../pages', __FILE__)

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
utopia-1.0.11 spec/utopia/exception_handler_spec.ru
utopia-1.0.10 spec/utopia/exception_handler_spec.ru
utopia-1.0.9 spec/utopia/exception_handler_spec.ru
utopia-1.0.8 spec/utopia/exception_handler_spec.ru
utopia-1.0.7 spec/utopia/exception_handler_spec.ru
utopia-1.0.6 spec/utopia/exception_handler_spec.ru
utopia-1.0.5 spec/utopia/exception_handler_spec.ru
utopia-1.0.4 spec/utopia/exception_handler_spec.ru
utopia-1.0.3 spec/utopia/exception_handler_spec.ru
utopia-1.0.2 spec/utopia/exception_handler_spec.ru
utopia-1.0.1 spec/utopia/exception_handler_spec.ru