diff options
| author | Daniel Pittman <daniel@puppetlabs.com> | 2011-03-16 17:22:50 -0700 |
|---|---|---|
| committer | Daniel Pittman <daniel@puppetlabs.com> | 2011-03-16 17:22:50 -0700 |
| commit | 489942706726629fe0d477ebb2692c2b0b05c43e (patch) | |
| tree | 3110fdbfbef5c60443ac2fa6d7b611090764f64d /spec/unit/parser/functions/sprintf_spec.rb | |
| parent | b40021ba4bb1bc328abd54eb2eb7cae7ee82f7cf (diff) | |
| parent | f4401d34c106654d8af1f774d0b0bba27c5d4445 (diff) | |
Merge branch 'feature/next/6722-it-should-be-possible-to-run-parser-function-rspec-tests-individually' into next
Diffstat (limited to 'spec/unit/parser/functions/sprintf_spec.rb')
| -rwxr-xr-x | spec/unit/parser/functions/sprintf_spec.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/unit/parser/functions/sprintf_spec.rb b/spec/unit/parser/functions/sprintf_spec.rb index 4f29012b3..69fbb5e97 100755 --- a/spec/unit/parser/functions/sprintf_spec.rb +++ b/spec/unit/parser/functions/sprintf_spec.rb @@ -3,6 +3,9 @@ require File.expand_path(File.dirname(__FILE__) + '/../../../spec_helper') describe "the sprintf function" do + before :all do + Puppet::Parser::Functions.autoloader.loadall + end before :each do @scope = Puppet::Parser::Scope.new |
