summaryrefslogtreecommitdiff
path: root/spec/unit/puppet/parser/functions/parseyaml_spec.rb
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2012-07-23 08:51:13 -0700
committerJeff McCune <jeff@puppetlabs.com>2012-07-23 08:51:13 -0700
commita1bab586ba6fcf2b3035898d1002d0a6ef89d7c8 (patch)
treec7d67642acb167382a65f5614cbc02781370b442 /spec/unit/puppet/parser/functions/parseyaml_spec.rb
parent6a63fdfa53bbe742006af89dfbc7e2882b4682ee (diff)
parent99f084868b585c0b34a3f91cb19c655c77219381 (diff)
Merge pull request #81 from jeffmccune/maint/2.2.x/rename_seams_to_internals
(Maint) Rename PuppetlabsSpec::Puppet{Seams,Internals}
Diffstat (limited to 'spec/unit/puppet/parser/functions/parseyaml_spec.rb')
-rw-r--r--spec/unit/puppet/parser/functions/parseyaml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/puppet/parser/functions/parseyaml_spec.rb b/spec/unit/puppet/parser/functions/parseyaml_spec.rb
index 39ec184..0c7aea8 100644
--- a/spec/unit/puppet/parser/functions/parseyaml_spec.rb
+++ b/spec/unit/puppet/parser/functions/parseyaml_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
describe "the parseyaml function" do
- let(:scope) { PuppetlabsSpec::PuppetSeams.parser_scope }
+ let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
it "should exist" do
Puppet::Parser::Functions.function("parseyaml").should == "function_parseyaml"