summaryrefslogtreecommitdiff
path: root/spec/acceptance/is_a_spec.rb
diff options
context:
space:
mode:
authorTP Honey <tphoney@users.noreply.github.com>2017-02-22 12:02:48 +0000
committerGitHub <noreply@github.com>2017-02-22 12:02:48 +0000
commitb28b6c86345befe0111df79cfcd3e62e83867b81 (patch)
tree886f80f629c41796cd23e3b614bd00fd46fde5ac /spec/acceptance/is_a_spec.rb
parent6f160c37ba0883c27baae534ae8dfd45e231cc01 (diff)
parent3fc7694d9fd46b4647eb562170af48ed819f64ab (diff)
Merge pull request #723 from tphoney/remove_unsupported_platforms_and_future_parser
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) {