]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
Fix unsupported platforms variable name in tests
authorColleen Murphy <colleen@puppetlabs.com>
Thu, 9 Apr 2015 22:47:04 +0000 (15:47 -0700)
committerColleen Murphy <colleen@puppetlabs.com>
Thu, 9 Apr 2015 22:53:16 +0000 (15:53 -0700)
commite43f0582960707f8a7ff9f087ca2b521c1797a91
treeaeff42542a2e7fecc47fb912b281c16388648266
parentf2fa4fbd62b1cd10a25a19d7a8c4729b189e6312
Fix unsupported platforms variable name in tests

unsupported_platforms is not a valid identifier, and trying to use it
causes acceptance tests to error out before running any tests. The
correct identifier for the unsupported platforms constants is
UNSUPPORTED_PLATFORMS.
spec/acceptance/fqdn_rand_base64_spec.rb
spec/acceptance/fqdn_rand_string_spec.rb