Sha256: 822b34d3f18c5428d417f9e0568cc625d8425fccdbd280f6d0d44bd1bb1c180c

Contents?: true

Size: 190 Bytes

Versions: 29

Compression:

Stored size: 190 Bytes

Contents

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

29 entries across 29 versions & 1 rubygems

Version Path
utopia-2.3.0 spec/utopia/exceptions/mailer_spec.ru
utopia-2.2.0 spec/utopia/exceptions/mailer_spec.ru
utopia-2.1.2 spec/utopia/exceptions/mailer_spec.ru
utopia-2.1.1 spec/utopia/exceptions/mailer_spec.ru
utopia-2.1.0 spec/utopia/exceptions/mailer_spec.ru
utopia-2.0.3 spec/utopia/exceptions/mailer_spec.ru
utopia-2.0.2 spec/utopia/exceptions/mailer_spec.ru
utopia-2.0.1 spec/utopia/exceptions/mailer_spec.ru
utopia-2.0.0 spec/utopia/exceptions/mailer_spec.ru