Skip to content

Commit 5231e51

Browse files
author
Johan De Wit
committed
[cleanup] Remove version check, since we only support from 4 and higher now
1 parent e67ae30 commit 5231e51

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec/unit/puppet/provider/mongodb_spec.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
v.each do |key, _results|
2424
it "version detection for [#{key}]" do
2525
allow(provider_class).to receive(:mongo_eval).with('db.version()').and_return(key)
26-
expect(provider_class.mongo_4?).to be results['4']
27-
expect(provider_class.mongo_5?).to be results['5']
28-
expect(provider_class.mongo_6?).to be results['6']
2926
end
3027
end
3128
end

0 commit comments

Comments
 (0)