Sha256: c4d4957776cad8b1100f204b5fbc98447dab0432164c8dc35199da594d3d224d
Contents?: true
Size: 218 Bytes
Versions: 3
Compression:
Stored size: 218 Bytes
Contents
require 'test/unit' require 'mocha' $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) require 'migration_tools' ActiveRecord::Base.establish_connection( :adapter => "sqlite3", :database => ":memory:" )
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
migration_tools-1.0.0 | test/helper.rb |
migration_tools-0.3.0 | test/helper.rb |
migration_tools-0.2.1 | test/helper.rb |