summaryrefslogtreecommitdiff
path: root/spec/acceptance/is_a_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/is_a_spec.rb
parent8b510120701769258f8b58807953daaf3e73ced9 (diff)
remove unsupported platforms and future parser
Diffstat (limited to 'spec/acceptance/is_a_spec.rb')
-rw-r--r--spec/acceptance/is_a_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/is_a_spec.rb b/spec/acceptance/is_a_spec.rb
index 355fd83..fb0019a 100644
--- a/spec/acceptance/is_a_spec.rb
+++ b/spec/acceptance/is_a_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper_acceptance'
if get_puppet_version =~ /^4/
- describe 'is_a function', :unless => UNSUPPORTED_PLATFORMS.include?(fact('operatingsystem')) do
+ describe 'is_a function' do
it 'should match a string' do
pp = <<-EOS
if 'hello world'.is_a(String) {