Sha256: a3b54454a13052da024b54061f7953db99a15ced854c5c92689db07ddc4d463a
Contents?: true
Size: 341 Bytes
Versions: 107
Compression:
Stored size: 341 Bytes
Contents
# Configure Rails Environment ENV['RAILS_ENV'] = 'test' require File.expand_path('../../test/dummy/config/environment.rb', __FILE__) require 'rails/test_help' require 'workarea/test_help' # Filter out Minitest backtrace while allowing backtrace from other libraries # to be shown. Minitest.backtrace_filter = Minitest::BacktraceFilter.new
Version data entries
107 entries across 99 versions & 22 rubygems