Sha256: 00035f47d2a3506ae7b86f321d53afce26e375b7158427e808402327d1015e54

Contents?: true

Size: 287 Bytes

Versions: 5

Compression:

Stored size: 287 Bytes

Contents

require 'bundler/setup'

Bundler.require :development
Bundler.require :default

MongoMapper.connection  = ::Mongo::ReplSetConnection.new(["localhost", 27017])
MongoMapper.database    = 'mongo_mapper-strict_keys-test'

Dir[ Bundler.root.join("spec/support/**/*.rb") ].each{|f| require f}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mongo_mapper-strict_keys-0.0.5 spec/spec_helper.rb
mongo_mapper-strict_keys-0.0.4 spec/spec_helper.rb
mongo_mapper-strict_keys-0.0.3 spec/spec_helper.rb
mongo_mapper-strict_keys-0.0.2 spec/spec_helper.rb
mongo_mapper-strict_keys-0.0.1 spec/spec_helper.rb