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 dd2ae8c commit 4ff1892Copy full SHA for 4ff1892
spec/unit/unbound/facter/unbound_version_spec.rb
@@ -30,7 +30,7 @@
30
allow(Facter::Util::Resolution).to receive(:which).with('unbound').and_return(false)
31
end
32
33
- it { expect(Facter.fact(:unbound_version).value).to eq(nil) }
+ it { expect(Facter.fact(:unbound_version).value).to be_nil }
34
35
36
tests.each_pair do |test, versions|
@@ -50,7 +50,7 @@
50
if test == 'valid'
51
it { expect(Facter.fact(:unbound_version).value).to eq(version) }
52
else
53
54
55
56
0 commit comments