Sha256: badca295cad9b950b7488fa36205685f15fcc76aa9340609e3c62292c33a0720
Contents?: true
Size: 234 Bytes
Versions: 2
Compression:
Stored size: 234 Bytes
Contents
require 'rspec/core' require 'migration_assist' RSpec.configure do |config| config.mock_with :mocha end def spec_dir File.dirname(__FILE__) end def fixtures_dir File.expand_path(spec_dir + '/migration_assist/fixtures') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
migration_assist-0.1.9 | spec/spec_helper.rb |
migration_assist-0.1.8 | spec/spec_helper.rb |