From 05aa41db86c6a22bf3df67c597b9a20daf697057 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Tue, 12 Sep 2017 14:43:11 +0100 Subject: [PATCH] Cleanup --- spec/spec_helper_acceptance.rb | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.45.2