Sha256: aaecdcadb038845f595d361752bd22684396988678845b3437e518ff2bab9698

Contents?: true

Size: 220 Bytes

Versions: 13

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

use Utopia::Exceptions::Mailer,
	delivery_method: :test,
	from: 'test@localhost'

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

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
utopia-2.15.1 spec/utopia/exceptions/mailer_spec.ru
utopia-2.15.0 spec/utopia/exceptions/mailer_spec.ru
utopia-2.14.0 spec/utopia/exceptions/mailer_spec.ru
utopia-2.13.4 spec/utopia/exceptions/mailer_spec.ru
utopia-2.13.3 spec/utopia/exceptions/mailer_spec.ru
utopia-2.13.2 spec/utopia/exceptions/mailer_spec.ru
utopia-2.13.1 spec/utopia/exceptions/mailer_spec.ru
utopia-2.13.0 spec/utopia/exceptions/mailer_spec.ru
utopia-2.12.4 spec/utopia/exceptions/mailer_spec.ru
utopia-2.12.3 spec/utopia/exceptions/mailer_spec.ru
utopia-2.12.2 spec/utopia/exceptions/mailer_spec.ru
utopia-2.12.1 spec/utopia/exceptions/mailer_spec.ru
utopia-2.12.0 spec/utopia/exceptions/mailer_spec.ru