summaryrefslogtreecommitdiff
path: root/spec/acceptance/pw_hash_spec.rb
diff options
context:
space:
mode:
authortphoney <tp@puppet.com>2017-02-21 15:12:08 +0000
committertphoney <tp@puppet.com>2017-02-21 18:18:22 +0000
commit3fc7694d9fd46b4647eb562170af48ed819f64ab (patch)
tree6b8f238ec906ce081f7b4aba2e006b795465e746 /spec/acceptance/pw_hash_spec.rb
parent8b510120701769258f8b58807953daaf3e73ced9 (diff)
remove unsupported platforms and future parser
Diffstat (limited to 'spec/acceptance/pw_hash_spec.rb')
-rw-r--r--spec/acceptance/pw_hash_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/pw_hash_spec.rb b/spec/acceptance/pw_hash_spec.rb
index cd4cb87..829d087 100644
--- a/spec/acceptance/pw_hash_spec.rb
+++ b/spec/acceptance/pw_hash_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper_acceptance'
# Windows and OS X do not have useful implementations of crypt(3)
-describe 'pw_hash function', :unless => (UNSUPPORTED_PLATFORMS + ['windows', 'Darwin', 'SLES']).include?(fact('operatingsystem')) do
+describe 'pw_hash function', :unless => (['windows', 'Darwin', 'SLES']).include?(fact('operatingsystem')) do
describe 'success' do
it 'hashes passwords' do
pp = <<-EOS