Sha256: afe3e3634d5d10517fb7c3feceebd75dd4cca637c076b9dee5ed0d7129dcfb74

Contents?: true

Size: 293 Bytes

Versions: 4

Compression:

Stored size: 293 Bytes

Contents

$:.unshift "#{File.dirname(__FILE__)}/../lib"

require 'rubygems'
require 'svn2git'
require 'minitest/autorun'

if Minitest.const_defined?('Test')
  # We're on Minitest 5+. Nothing to do here.
else
  # Minitest 4 doesn't have Minitest::Test yet.
  Minitest::Test = MiniTest::Unit::TestCase
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
svn2git3-3.0.3 test/test_helper.rb
svn2git-2.4.0 test/test_helper.rb
svn2git-2.3.2 test/test_helper.rb
svn2git-2.3.1 test/test_helper.rb