diff --git a/test/test_db.rb b/test/test_db.rb index 844465e..1ea79ba 100644 --- a/test/test_db.rb +++ b/test/test_db.rb @@ -242,7 +242,7 @@ class DBTest < Test::Unit::TestCase assert_kind_of Numeric, first['millis'] end - def test_validate_collection + should "validate collection" do doc = @db.validate_collection(@coll.name) assert_not_nil doc result = doc['result']