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 ece1942 commit 045b3dfCopy full SHA for 045b3df
spec/unit/puppet/provider/mongodb_spec.rb
@@ -23,9 +23,6 @@
23
v.each do |key, _results|
24
it "version detection for [#{key}]" do
25
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']
29
end
30
31
0 commit comments