Sha256: 1ac2886833a47f881c9b58e6498c4a997f5839a909b98f82cbbaddb03484958d

Contents?: true

Size: 262 Bytes

Versions: 1

Compression:

Stored size: 262 Bytes

Contents

use Utopia::Redirection::Errors,
	404 => '/fail'

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

use Utopia::Content,
	root: File.expand_path('respond_spec', __dir__)

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
utopia-1.9.11 spec/utopia/controller/respond_spec.ru