Add non Debian os family unsupported test.
[puppet-modules/puppetlabs-apt.git] / spec / spec_helper_acceptance.rb
index 142e4a6734e0e675dc6f47131239437fff90c4a0..3352564ce7b553672fab7dafa8f277af232a065f 100644 (file)
@@ -12,6 +12,8 @@ unless ENV['RS_PROVISION'] == 'no'
   end
 end
 
+UNSUPPORTED_PLATFORMS = ['RedHat','Suse','windows','AIX','Solaris']
+
 RSpec.configure do |c|
   # Project root
   proj_root = File.expand_path(File.join(File.dirname(__FILE__), '..'))