Sha256: 15c3d3c7af7e2c6b2ba3e80cd662e576f6e7c482538322f97d903f9e239fcfc6

Contents?: true

Size: 402 Bytes

Versions: 4

Compression:

Stored size: 402 Bytes

Contents

$VERBOSE = nil
require 'rubygems'
require 'test/unit'
require 'echoe'
require 'multi_rails_init'

if defined? ENV['MULTIRAILS_RAILS_VERSION']
  ENV['RAILS_GEM_VERSION'] = ENV['MULTIRAILS_RAILS_VERSION']
end

$rcov = ENV['RCOV']
require 'ruby-debug' unless $rcov

Echoe.silence do
  HERE = File.expand_path(File.dirname(__FILE__))
  $LOAD_PATH << HERE
end

require 'integration/app/config/environment'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
interlock-1.4 test/test_helper.rb
interlock-1.1 test/test_helper.rb
interlock-1.2 test/test_helper.rb
interlock-1.3 test/test_helper.rb