Skip to content

Commit 9a5d45e

Browse files
author
jordanbreen28
committed
(CONT-801) - Update instances of deprecated PuppetlabsSpec::PuppetInternals.scope
1 parent d490aee commit 9a5d45e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

spec/unit/puppet/parser/functions/enclose_ipv6_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
require 'spec_helper'
44

55
describe 'the enclose_ipv6 function' do
6-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
7-
86
it 'exists' do
97
expect(Puppet::Parser::Functions.function('enclose_ipv6')).to eq('function_enclose_ipv6')
108
end

spec/unit/puppet/parser/functions/is_absolute_path_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
require 'spec_helper'
44

55
describe 'is_absolute_path' do
6-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
76

87
let(:function_args) do
98
[]

0 commit comments

Comments
 (0)