Sha256: bcf43f25604755fda19ad875ea65d7d1e3e65e99907fd60273a5a54df9d2b043

Contents?: true

Size: 223 Bytes

Versions: 11

Compression:

Stored size: 223 Bytes

Contents

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

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

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
utopia-1.9.11 spec/utopia/exceptions/mailer_spec.ru
utopia-1.9.10 spec/utopia/exceptions/mailer_spec.ru
utopia-1.9.9 spec/utopia/exceptions/mailer_spec.ru
utopia-1.9.7 spec/utopia/exceptions/mailer_spec.ru
utopia-1.9.6 spec/utopia/exceptions/mailer_spec.ru
utopia-1.9.5 spec/utopia/exceptions/mailer_spec.ru
utopia-1.9.4 spec/utopia/exceptions/mailer_spec.ru
utopia-1.9.3 spec/utopia/exceptions/mailer_spec.ru
utopia-1.9.2 spec/utopia/exceptions/mailer_spec.ru
utopia-1.9.1 spec/utopia/exceptions/mailer_spec.ru
utopia-1.9.0 spec/utopia/exceptions/mailer_spec.ru