Sha256: 65f175c88e4745aa7826da5a15ec2e73909436dc8eb3e2e1572dade26138cd0b
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 107 versions & 33 rubygems