diff --git a/tests/test_collection.rb b/tests/test_collection.rb index e7f339c..2549c69 100644 --- a/tests/test_collection.rb +++ b/tests/test_collection.rb @@ -124,7 +124,6 @@ class TestCollection < Test::Unit::TestCase doc = {"hello" => "world"} @@test.save(doc) assert doc.include? :_id - end end