Add spec test for removing proxy configuration.
authorDean Reilly <me@deanreilly.co.uk>
Fri, 12 Apr 2013 16:26:26 +0000 (17:26 +0100)
committerKen Barber <ken@bob.sh>
Sun, 2 Jun 2013 17:51:27 +0000 (18:51 +0100)
spec/classes/apt_spec.rb

index d623a5bf7824f8c2d32ec0cc6322b9a23f83549f..a66feac78810ce3175580a2dd5ee4b7298fcd2ea 100644 (file)
@@ -120,7 +120,11 @@ describe 'apt', :type => :class do
               'notify'  => "Exec[apt_update]"
             )
           else
-            should_not contain_file('configure_apt_proxy')
+            should contain_file('configure-apt-proxy').with(
+              'path'    => '/etc/apt/apt.conf.d/proxy',
+              'notify'  => 'Exec[apt_update]',
+              'ensure'  => 'absent'
+            )
           end
         }
       end