minor: no longer using a new db per test run

This commit is contained in:
Kyle Banker 2010-12-15 12:55:06 -05:00
parent 7ee45f4340
commit fe897d077c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ end
require 'bson_ext/cbson' if !(RUBY_PLATFORM =~ /java/) && ENV['C_EXT']
unless defined? MONGO_TEST_DB
MONGO_TEST_DB = 'ruby-test-' + BSON::ObjectId.new.to_s
MONGO_TEST_DB = 'ruby-test-db'
end
unless defined? TEST_PORT