X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Ffunctions%2Ftype3x_spec.rb;h=c3eb1deee69e1f1747b6dd2a0d5f1b708a80cf4e;hb=1eb059797393099ff8bbfd961718a0fd46f18379;hp=d21236a6197abe4eaf2f7f0fa9d68d67308f8eea;hpb=ad88f67c13ae0f1a08936dad643f1e3509ab5f40;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/stdlib/spec/functions/type3x_spec.rb b/3rdparty/modules/stdlib/spec/functions/type3x_spec.rb index d21236a61..c3eb1deee 100644 --- a/3rdparty/modules/stdlib/spec/functions/type3x_spec.rb +++ b/3rdparty/modules/stdlib/spec/functions/type3x_spec.rb @@ -1,8 +1,6 @@ -#! /usr/bin/env ruby -S rspec require 'spec_helper' -describe "the type3x function" do - let(:scope) { PuppetlabsSpec::PuppetInternals.scope } +describe 'type3x' do it "should exist" do expect(Puppet::Parser::Functions.function("type3x")).to eq("function_type3x") end