summaryrefslogtreecommitdiff
path: root/spec/unit/puppet/parser/functions/validate_re_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/puppet/parser/functions/validate_re_spec.rb')
-rw-r--r--spec/unit/puppet/parser/functions/validate_re_spec.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/spec/unit/puppet/parser/functions/validate_re_spec.rb b/spec/unit/puppet/parser/functions/validate_re_spec.rb
index c35ae14..a07ad47 100644
--- a/spec/unit/puppet/parser/functions/validate_re_spec.rb
+++ b/spec/unit/puppet/parser/functions/validate_re_spec.rb
@@ -1,13 +1,7 @@
require 'spec_helper'
describe Puppet::Parser::Functions.function(:validate_re) do
- before :all do
- Puppet::Parser::Functions.autoloader.loadall
- end
-
- let(:scope) do
- scope = Puppet::Parser::Scope.new
- end
+ let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
# The subject of these examplres is the method itself.
subject do