Sha256: 51b62a1a5070aa2066aaffc12d91013698546073689607ee2a3e88c1b3eb8993

Contents?: true

Size: 262 Bytes

Versions: 4

Compression:

Stored size: 262 Bytes

Contents

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

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

Rails.backtrace_cleaner.remove_silencers!

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
exception_notification-2.6.1 test/test_helper.rb
exception_notification-2.6.0 test/test_helper.rb
exception_notification-2.6.0.rc1 test/test_helper.rb
exception_notification-2.5.2 test/test_helper.rb