summaryrefslogtreecommitdiff
path: root/spec/unit/puppet/parser/functions/validate_absolute_path_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/puppet/parser/functions/validate_absolute_path_spec.rb')
-rw-r--r--spec/unit/puppet/parser/functions/validate_absolute_path_spec.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/spec/unit/puppet/parser/functions/validate_absolute_path_spec.rb b/spec/unit/puppet/parser/functions/validate_absolute_path_spec.rb
index 1e0b5ac..9d66fcb 100644
--- a/spec/unit/puppet/parser/functions/validate_absolute_path_spec.rb
+++ b/spec/unit/puppet/parser/functions/validate_absolute_path_spec.rb
@@ -1,14 +1,10 @@
require 'spec_helper'
describe Puppet::Parser::Functions.function(:validate_absolute_path) do
- before :all do
- Puppet::Parser::Functions.autoloader.loadall
- end
+ let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
# The subject of these examplres is the method itself.
- subject do
- Puppet::Parser::Scope.new.method :function_validate_absolute_path
- end
+ subject() { scope.method(:function_validate_absolute_path) }
describe "Valid Paths" do
def self.valid_paths