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-storefront-3.4.40 test/test_helper.rb
workarea-admin-3.4.40 test/test_helper.rb
workarea-core-3.4.40 test/test_helper.rb
workarea-storefront-3.5.18 test/test_helper.rb
workarea-admin-3.5.18 test/test_helper.rb
workarea-core-3.5.18 test/test_helper.rb
workarea-storefront-3.4.39 test/test_helper.rb
workarea-admin-3.4.39 test/test_helper.rb
workarea-core-3.4.39 test/test_helper.rb
workarea-storefront-3.5.17 test/test_helper.rb
workarea-admin-3.5.17 test/test_helper.rb
workarea-core-3.5.17 test/test_helper.rb
workarea-storefront-3.4.38 test/test_helper.rb
workarea-admin-3.4.38 test/test_helper.rb
workarea-core-3.4.38 test/test_helper.rb
workarea-storefront-3.5.16 test/test_helper.rb
workarea-admin-3.5.16 test/test_helper.rb
workarea-core-3.5.16 test/test_helper.rb
workarea-storefront-3.4.37 test/test_helper.rb
workarea-admin-3.4.37 test/test_helper.rb