From: David Schmitt Date: Tue, 12 Sep 2017 13:43:11 +0000 (+0100) Subject: Cleanup X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=05aa41db86c6a22bf3df67c597b9a20daf697057;p=puppet-modules%2Fpuppetlabs-apt.git Cleanup --- diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 0057073..78bdd6a 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -6,8 +6,6 @@ run_puppet_install_helper install_module_on(hosts) install_module_dependencies_on(hosts) -UNSUPPORTED_PLATFORMS = ['RedHat','Suse','windows','AIX','Solaris'] - # This method allows a block to be passed in and if an exception is raised # that matches the 'error_matcher' matcher, the block will wait a set number # of seconds before retrying.