Sha256: 665d73fbc43592410df84ee260654cae4134ca2199e956fa91519b3c8358fe65

Contents?: true

Size: 423 Bytes

Versions: 14

Compression:

Stored size: 423 Bytes

Contents

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

require File.expand_path("../../test/dummy/config/environment.rb",  __FILE__)
require 'rails/test_help'
require 'mocha/setup'
require 'byebug'

# Filter out Minitest backtrace while allowing backtrace from other libraries
# to be shown.
Minitest.backtrace_filter = Minitest::BacktraceFilter.new

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
shopify_app-6.3.0 test/test_helper.rb
shopify_app-6.2.1 test/test_helper.rb
shopify_app-6.2.0 test/test_helper.rb
shopify_app-6.1.3 test/test_helper.rb
shopify_app-6.1.2 test/test_helper.rb
shopify_app-6.1.1 test/test_helper.rb
shopify_app-6.1.0 test/test_helper.rb
shopify_app-6.0.6 test/test_helper.rb
shopify_app-6.0.5 test/test_helper.rb
shopify_app-6.0.4 test/test_helper.rb
shopify_app-6.0.3 test/test_helper.rb
shopify_app-6.0.2 test/test_helper.rb
shopify_app-6.0.1 test/test_helper.rb
shopify_app-6.0.0 test/test_helper.rb