Sha256: 96d7c097f24f0cf9ce1d89cf66ba699aace75a04d965551ffda879df93b719f6

Contents?: true

Size: 388 Bytes

Versions: 3

Compression:

Stored size: 388 Bytes

Contents

require 'simplecov'
SimpleCov.start 'rails' do
  add_filter 'version.rb'
end
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

3 entries across 3 versions & 1 rubygems

Version Path
workarea-google_product_feed-3.2.0 test/test_helper.rb
workarea-google_product_feed-3.1.4 test/test_helper.rb
workarea-google_product_feed-3.1.3 test/test_helper.rb