Sha256: 2eb3ef03a500a423a3885e4b560acb0f170ac4753267d6ba23feaa8aa04f0655
Contents?: true
Size: 229 Bytes
Versions: 25
Compression:
Stored size: 229 Bytes
Contents
use Utopia::Redirection::Errors, 404 => '/fail' use Utopia::Controller, root: File.expand_path('respond_spec', __dir__) use Utopia::Content, root: File.expand_path('respond_spec', __dir__) run lambda {|env| [404, {}, []]}
Version data entries
25 entries across 25 versions & 1 rubygems