Sha256: 12d4754d6552a65447ca914a3958bb55f085b28903b98944ed88e6df86b1b7dc
Contents?: true
Size: 229 Bytes
Versions: 4
Compression:
Stored size: 229 Bytes
Contents
require 'rspec' 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
migration_assist-0.4.0 | spec/spec_helper.rb |
migration_assist-0.3.1 | spec/spec_helper.rb |
migration_assist-0.3.0 | spec/spec_helper.rb |
migration_assist-0.2.0 | spec/spec_helper.rb |