(CONT-773) Rubocop Auto Fixes 1-5
[puppet-modules/puppetlabs-apt.git] / spec / defines / conf_spec.rb
index f1e42b5f674571213aeb3872c56972b2e1846ad6..04551b8e5dfe326668428cc4009534d281cd8630 100644 (file)
@@ -42,9 +42,9 @@ describe 'apt::conf', type: :define do
 
     it {
       is_expected.to contain_file(filename).with('ensure' => 'present',
-                                                 'content'   => %r{Apt::Install-Recommends 0;\nApt::AutoRemove::InstallRecommends 1;},
-                                                 'owner'     => 'root',
-                                                 'group'     => 'root')
+                                                 'content' => %r{Apt::Install-Recommends 0;\nApt::AutoRemove::InstallRecommends 1;},
+                                                 'owner' => 'root',
+                                                 'group' => 'root')
     }
 
     context 'with notify_update = true (default)' do
@@ -90,8 +90,8 @@ describe 'apt::conf', type: :define do
 
     it {
       is_expected.to contain_file(filename).with('ensure' => 'absent',
-                                                 'owner'     => 'root',
-                                                 'group'     => 'root')
+                                                 'owner' => 'root',
+                                                 'group' => 'root')
     }
   end
 end