Sha256: 801177657a50aae6aee61b39b3e8168fdce84057d820d361c37f1f38a7a1d662

Contents?: true

Size: 341 Bytes

Versions: 16

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

16 entries across 16 versions & 6 rubygems

Version Path
workarea-product_grid_content-1.4.0 test/test_helper.rb
workarea-one_theme-1.3.1 test/test_helper.rb
workarea-product_badges-1.4.1 test/test_helper.rb
workarea-haven_theme-1.4.0 test/test_helper.rb
workarea-product_grid_content-1.3.1 test/test_helper.rb
workarea-haven_theme-1.3.0 test/test_helper.rb
workarea-one_theme-1.3.0 test/test_helper.rb
workarea-product_grid_content-1.3.0 test/test_helper.rb
workarea-product_badges-1.4.0 test/test_helper.rb
workarea-product_videos-1.3.0 test/test_helper.rb
workarea-styled_selects-1.1.2 test/test_helper.rb
workarea-product_badges-1.3.3 test/test_helper.rb
workarea-product_videos-1.2.3 test/test_helper.rb
workarea-styled_selects-1.1.1 test/test_helper.rb
workarea-product_badges-1.3.2 test/test_helper.rb
workarea-product_videos-1.2.2 test/test_helper.rb