Sha256: e12a20475c5d2e64f193072262abbfeb18704b8fec29f155053db6747a395931

Contents?: true

Size: 447 Bytes

Versions: 7

Compression:

Stored size: 447 Bytes

Contents

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

begin
  require "coveralls"
  Coveralls.wear!
rescue LoadError
  warn "warning: coveralls gem not found; skipping Coveralls"
end

require File.expand_path("../dummy/config/environment.rb", __FILE__)
require "rails/test_help"
require File.expand_path("../dummy/test/test_helper.rb", __FILE__)

require "mocha/setup"

Rails.backtrace_cleaner.remove_silencers!
ExceptionNotifier.testing_mode!

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
exception_notification-4.3.0 test/test_helper.rb
exception_notification-4.2.2 test/test_helper.rb
exception_notification-4.2.1 test/test_helper.rb
exception_notification-4.2.0 test/test_helper.rb
exception_notification-4.2.0.rc1 test/test_helper.rb
exception_notification_more_info-1.0.1 test/test_helper.rb
exception_notification_more_info-1.0.0 test/test_helper.rb