summaryrefslogtreecommitdiff
path: root/spec/functions/type_of_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functions/type_of_spec.rb')
-rw-r--r--spec/functions/type_of_spec.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/functions/type_of_spec.rb b/spec/functions/type_of_spec.rb
index f770990..cc9ef78 100644
--- a/spec/functions/type_of_spec.rb
+++ b/spec/functions/type_of_spec.rb
@@ -2,7 +2,9 @@ require 'spec_helper'
if ENV["FUTURE_PARSER"] == 'yes'
describe 'type_of' do
- pending 'teach rspec-puppet to load future-only functions under 3.7.5'
+ pending 'teach rspec-puppet to load future-only functions under 3.7.5' do
+ it { is_expected.not_to eq(nil) }
+ end
end
end