test/unit/cursor_test.rb in mongo-1.9.2 vs test/unit/cursor_test.rb in mongo-1.10.0.rc0
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright (C) 2013 10gen Inc.
+# Copyright (C) 2009-2013 MongoDB, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
@@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'test_helper'
-class CursorTest < Test::Unit::TestCase
+class CursorUnitTest < Test::Unit::TestCase
class Mongo::Cursor
public :construct_query_spec
end
context "Cursor options" do