Removed incorrect comments in tests.
This commit is contained in:
parent
fdb4ed7dc5
commit
6d2a012c7f
|
@ -2,7 +2,6 @@ $LOAD_PATH[0,0] = File.join(File.dirname(__FILE__), '..', 'lib')
|
|||
require 'mongo'
|
||||
require 'test/unit'
|
||||
|
||||
# NOTE: assumes Mongo is running
|
||||
class BSONTest < Test::Unit::TestCase
|
||||
|
||||
include XGen::Mongo::Driver
|
||||
|
|
|
@ -2,7 +2,6 @@ $LOAD_PATH[0,0] = File.join(File.dirname(__FILE__), '..', 'lib')
|
|||
require 'mongo/util/ordered_hash'
|
||||
require 'test/unit'
|
||||
|
||||
# NOTE: assumes Mongo is running
|
||||
class OrderedHashTest < Test::Unit::TestCase
|
||||
|
||||
def setup
|
||||
|
|
Loading…
Reference in New Issue