Skip to content

Commit

Permalink
Auto-correct rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex authored and kenyon committed Aug 26, 2023
1 parent 38f0354 commit e96f3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/facter/util/fact_nginx_version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
allow(Facter::Util::Resolution).to receive(:which).with('openresty').and_return(false)
end

it { expect(Facter.fact(:nginx_version).value).to eq(nil) }
it { expect(Facter.fact(:nginx_version).value).to be_nil }
end

context 'nginx' do
Expand Down

0 comments on commit e96f3ce

Please sign in to comment.