Sha256: 5d1f30c06df5cee165dd44399e66921acaff361e7eea03b16790bd5b1dc62d08

Contents?: true

Size: 535 Bytes

Versions: 33

Compression:

Stored size: 535 Bytes

Contents

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

require File.expand_path('../../test/dummy/config/environment.rb',  __FILE__)
ActiveRecord::Migrator.migrations_paths = [File.expand_path('../../test/dummy/db/migrate', __FILE__)]
require 'rails/test_help'
require 'mocha/mini_test'

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

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

Version data entries

33 entries across 33 versions & 9 rubygems

Version Path
attachs-4.0.0.5 test/test_helper.rb
attachs-4.0.0.4 test/test_helper.rb
attachs-4.0.0.3 test/test_helper.rb
tuning-4.0.1.2 test/test_helper.rb
sidejobs-4.0.0.2 test/test_helper.rb
economy-4.0.2.2 test/test_helper.rb
indexers-4.1.0.1 test/test_helper.rb
views-4.0.0.1 test/test_helper.rb
listable_collections-4.0.0.1 test/test_helper.rb
attachs-4.0.0.2 test/test_helper.rb
tuning-4.0.1.1 test/test_helper.rb
sidejobs-4.0.0.1 test/test_helper.rb
economy-4.0.2.1 test/test_helper.rb
indexers-4.1.0.0 test/test_helper.rb
economy-4.0.2.0 test/test_helper.rb
attachs-4.0.0.1 test/test_helper.rb
tuning-4.0.1.0 test/test_helper.rb
indexes-4.0.0.2 test/test_helper.rb
tuning-4.0.0.1 test/test_helper.rb
economy-4.0.1.0 test/test_helper.rb