Sha256: 0bdb9c4a2a5adc0878b8e18f85567d9ae19f82f1685a42ecb4b940f8f177380a

Contents?: true

Size: 407 Bytes

Versions: 1

Compression:

Stored size: 407 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib')

case version = ENV['MONGO_VERSION'] || 'mongo2'
when /^moped/
  require 'moped'
when /^mongo/
  require 'mongo'
else
  fail "Invalid MONGO_VERSION: #{ENV['MONGO_VERSION']}."
end

require 'spidey-mongo'

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
  config.raise_errors_for_deprecations!
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spidey-mongo-0.3.0 spec/spec_helper.rb