Sha256: 678a5e2d2b38e2b8f45f247e8518d0c462a1d60b9eddceb9e103165a704201f3

Contents?: true

Size: 342 Bytes

Versions: 190

Compression:

Stored size: 342 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

190 entries across 190 versions & 4 rubygems

Version Path
workarea-core-3.4.37 test/test_helper.rb
workarea-storefront-3.5.15 test/test_helper.rb
workarea-admin-3.5.15 test/test_helper.rb
workarea-core-3.5.15 test/test_helper.rb
workarea-storefront-3.4.36 test/test_helper.rb
workarea-admin-3.4.36 test/test_helper.rb
workarea-core-3.4.36 test/test_helper.rb
workarea-storefront-3.5.14 test/test_helper.rb
workarea-admin-3.5.14 test/test_helper.rb
workarea-core-3.5.14 test/test_helper.rb
workarea-storefront-3.4.35 test/test_helper.rb
workarea-admin-3.4.35 test/test_helper.rb
workarea-core-3.4.35 test/test_helper.rb
workarea-admin-3.5.13 test/test_helper.rb
workarea-storefront-3.5.13 test/test_helper.rb
workarea-core-3.5.13 test/test_helper.rb
workarea-storefront-3.4.34 test/test_helper.rb
workarea-admin-3.4.34 test/test_helper.rb
workarea-core-3.4.34 test/test_helper.rb
workarea-storefront-3.5.12 test/test_helper.rb