Sha256: e87ed4a28b795657d9e461a6f0f6438fdb1d4b822ca40fd7267d61bab62a8ad4

Contents?: true

Size: 416 Bytes

Versions: 3

Compression:

Stored size: 416 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.4 test/test_helper.rb
exception_notification-4.1.3 test/test_helper.rb
exception_notification-4.1.2 test/test_helper.rb