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.5.27 test/test_helper.rb
workarea-admin-3.5.27 test/test_helper.rb
workarea-core-3.5.27 test/test_helper.rb
workarea-storefront-3.5.26 test/test_helper.rb
workarea-admin-3.5.26 test/test_helper.rb
workarea-core-3.5.26 test/test_helper.rb
workarea-storefront-3.4.45 test/test_helper.rb
workarea-admin-3.4.45 test/test_helper.rb
workarea-core-3.4.45 test/test_helper.rb
workarea-storefront-3.5.25 test/test_helper.rb
workarea-admin-3.5.25 test/test_helper.rb
workarea-core-3.5.25 test/test_helper.rb
workarea-storefront-3.5.23 test/test_helper.rb
workarea-admin-3.5.23 test/test_helper.rb
workarea-core-3.5.23 test/test_helper.rb
workarea-storefront-3.4.44 test/test_helper.rb
workarea-admin-3.4.44 test/test_helper.rb
workarea-core-3.4.44 test/test_helper.rb
workarea-storefront-3.5.22 test/test_helper.rb
workarea-admin-3.5.22 test/test_helper.rb