Sha256: 630649381f275015c0241bf4bf6ad126257f977a2283b5f7f3e1481e639fb184
Contents?: true
Size: 259 Bytes
Versions: 13
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true 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
13 entries across 13 versions & 1 rubygems