We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d490aee commit 9a5d45eCopy full SHA for 9a5d45e
spec/unit/puppet/parser/functions/enclose_ipv6_spec.rb
@@ -3,8 +3,6 @@
3
require 'spec_helper'
4
5
describe 'the enclose_ipv6 function' do
6
- let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
7
-
8
it 'exists' do
9
expect(Puppet::Parser::Functions.function('enclose_ipv6')).to eq('function_enclose_ipv6')
10
end
spec/unit/puppet/parser/functions/is_absolute_path_spec.rb
@@ -3,7 +3,6 @@
describe 'is_absolute_path' do
let(:function_args) do
[]
0 commit comments