Sha256: c9c65de3de9ab69f0779b7b3a49e5e022cb5e59902a9b5a71911c120b062f80e
Contents?: true
Size: 205 Bytes
Versions: 4
Compression:
Stored size: 205 Bytes
Contents
require 'rspec/core' require 'migration_assist' RSpec.configure do |config| config.mock_with :mocha end def fixtures_dir File.expand_path(File.dirname(__FILE__) + '/migration_assist/fixtures') end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
migration_assist-0.1.7 | spec/spec_helper.rb |
migration_assist-0.1.6 | spec/spec_helper.rb |
migration_assist-0.1.5 | spec/spec_helper.rb |
migration_assist-0.1.4 | spec/spec_helper.rb |