Sha256: 01b449cb387b79522e48788dfcd779f542e23eb6cf899c1e4301af3585602286

Contents?: true

Size: 436 Bytes

Versions: 8

Compression:

Stored size: 436 Bytes

Contents

require 'rubygems'
require 'bundler'

begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end

require 'test/unit'
require 'mocha'

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'migration_tools'

class Test::Unit::TestCase
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
migration_tools-0.1.7 test/helper.rb
migration_tools-0.1.6 test/helper.rb
migration_tools-0.1.5 test/helper.rb
migration_tools-0.1.4 test/helper.rb
migration_tools-0.1.3 test/helper.rb
migration_tools-0.1.2 test/helper.rb
migration_tools-0.1.1 test/helper.rb
migration_tools-0.1.0 test/helper.rb