minor: test description

This commit is contained in:
Kyle Banker 2010-06-25 06:10:17 -05:00
parent a7de4f2eed
commit 078372f869
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ class TestCollection < Test::Unit::TestCase
assert_nil cursor.next_document
end
should "" do
should "fail tailable cursor on a non-capped collection" do
col = @@db['regular-collection']
col.insert({:a => 1000})
tail = Cursor.new(col, :tailable => true, :order => [['$natural', 1]])