We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3359737 commit 0ca7ed8Copy full SHA for 0ca7ed8
spec/mongo/index/view_spec.rb
@@ -38,6 +38,8 @@
38
39
describe '#drop_one' do
40
41
+ max_server_version '8.2.99'
42
+
43
let(:spec) do
44
{ another: -1 }
45
end
spec/mongo/operation/drop_index_spec.rb
@@ -5,6 +5,7 @@
5
6
describe Mongo::Operation::DropIndex do
7
require_no_required_api_version
8
9
10
before do
11
authorized_collection.indexes.drop_all
0 commit comments