Sha256: 9c409bcdef2be306013595c39e895a6feb7afb3b9ba78aaa920789ae4321b6d4
Contents?: true
Size: 383 Bytes
Versions: 2
Compression:
Stored size: 383 Bytes
Contents
require 'dm-core/spec/setup' require 'dm-core/spec/lib/adapter_helpers' require 'dm-validations' require 'dm-migrations' require 'dm-validations-ext' SPEC_ROOT = Pathname(__FILE__).dirname DataMapper::Spec.setup DataMapper.finalize RSpec.configure do |config| config.extend(DataMapper::Spec::Adapters::Helpers) config.before :suite do DataMapper.auto_migrate! end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dm-validations-ext-0.0.2 | spec/spec_helper.rb |
dm-validations-ext-0.0.1 | spec/spec_helper.rb |