Sha256: 76024954c7d9754862f376cd30e31645efdab8a2fd1aabe62252c9b6805be282

Contents?: true

Size: 415 Bytes

Versions: 3

Compression:

Stored size: 415 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!

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
exception_notification-4.1.1 test/test_helper.rb
exception_notification-4.1.0 test/test_helper.rb
exception_notification-4.1.0.rc2 test/test_helper.rb