Merge pull request #1101 from david22swan/CONT-773/main/puppet_8
[puppet-modules/puppetlabs-apt.git] / spec / unit / facter / apt_dist_package_security_updates_spec.rb
index f16ff526577cc20472b797071951dbc178260d9a..1e8aeb8a58d6772740b840d53a23f3350d153c38 100644 (file)
@@ -11,7 +11,8 @@ describe 'apt_package_security_dist_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 updates' do