summaryrefslogtreecommitdiff
path: root/spec/unit/puppet/parser/functions/delete_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/puppet/parser/functions/delete_spec.rb')
-rwxr-xr-xspec/unit/puppet/parser/functions/delete_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/puppet/parser/functions/delete_spec.rb b/spec/unit/puppet/parser/functions/delete_spec.rb
index 74d46fc..0549232 100755
--- a/spec/unit/puppet/parser/functions/delete_spec.rb
+++ b/spec/unit/puppet/parser/functions/delete_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
describe "the delete function" do
- let(:scope) { PuppetlabsSpec::PuppetSeams.parser_scope }
+ let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
it "should exist" do
Puppet::Parser::Functions.function("delete").should == "function_delete"