(CONT-773) Rubocop Auto Fixes 6-10
[puppet-modules/puppetlabs-apt.git] / spec / unit / facter / apt_dist_security_updates_spec.rb
index aa21e649c60581504494d572bc4ad3f9be6db055..baaf0484e95cbce61aadac655efcc9a18cdb945d 100644 (file)
@@ -11,7 +11,8 @@ describe 'apt_security_updates fact' do
     before(:each) do
       allow(Facter.fact(:apt_has_dist_updates)).to receive(:value).and_return(false)
     end
-    it { is_expected.to be nil }
+
+    it { is_expected.to be_nil }
   end
 
   describe 'when apt has security updates' do