Sha256: f471b424fd725019e28ce2571826359a0f889ae4a3356ba39927908bb2e8be8f

Contents?: true

Size: 187 Bytes

Versions: 5

Compression:

Stored size: 187 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

5 entries across 5 versions & 1 rubygems

Version Path
utopia-1.8.3 spec/utopia/exceptions/mailer_spec.ru
utopia-1.8.2 spec/utopia/exceptions/mailer_spec.ru
utopia-1.8.1 spec/utopia/exceptions/mailer_spec.ru
utopia-1.8.0 spec/utopia/exceptions/mailer_spec.ru
utopia-1.7.1 spec/utopia/exceptions/mailer_spec.ru