Sha256: 2270520b0473e5692e6aef7810f386c9966dcb632fdf570ccd9155d75c845276
Contents?: true
Size: 485 Bytes
Versions: 3
Compression:
Stored size: 485 Bytes
Contents
# frozen_string_literal: true require 'coveralls' Coveralls.wear! $LOAD_PATH.unshift File.expand_path('../lib', __dir__) require 'exception_notification' require 'minitest/autorun' require 'mocha/minitest' require 'active_support/test_case' require 'action_mailer' ExceptionNotifier.testing_mode! require 'support/exception_notifier_helper' Time.zone = 'UTC' ActionMailer::Base.delivery_method = :test ActionMailer::Base.append_view_path "#{File.dirname(__FILE__)}/support/views"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
exception_notification-4.5.0 | test/test_helper.rb |
exception_notification-4.4.3 | test/test_helper.rb |
exception_notification-4.4.1 | test/test_helper.rb |