Merge pull request #633 from puppetlabs/Paula_modulesync
[puppet-modules/puppetlabs-apt.git] / spec / acceptance / class_spec.rb
index e5994498b903ffec47f075de8f17a9d157d1428a..1539a0dd125a5860d347df09daf91b5c7a49caa3 100644 (file)
@@ -1,6 +1,6 @@
 require 'spec_helper_acceptance'
 
-describe 'apt class', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfamily')) do
+describe 'apt class' do
 
   context 'default parameters' do
     # Using puppet_apply as a helper
@@ -11,7 +11,7 @@ describe 'apt class', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfamily')
 
       # Run it twice and test for idempotency
       apply_manifest(pp, :catch_failures => true)
-      apply_manifest(pp, :catch_failures => true)
+      apply_manifest(pp, :catch_changes => true)
     end
   end
 end