summaryrefslogtreecommitdiff
path: root/spec/acceptance/is_a_spec.rb
diff options
context:
space:
mode:
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) {