summaryrefslogtreecommitdiff
path: root/spec/unit/pops/parser/evaluating_parser_spec.rb
diff options
context:
space:
mode:
authorStig Sandbeck Mathisen <ssm@debian.org>2014-09-07 10:14:36 +0200
committerStig Sandbeck Mathisen <ssm@debian.org>2014-09-07 10:14:36 +0200
commitd4b83be375ac1dead058e091191ee7c7b7c24c8a (patch)
treedc825687392ae3068de5b764be60c53122d9e02a /spec/unit/pops/parser/evaluating_parser_spec.rb
parent229cbb976fe0f70f5f30548b83517b415840f9bb (diff)
parent1681684857c6e39d60d87b0b3520d8783977ceff (diff)
downloadpuppet-d4b83be375ac1dead058e091191ee7c7b7c24c8a.tar.gz
Imported Upstream version 3.7.0upstream/3.7.0
Diffstat (limited to 'spec/unit/pops/parser/evaluating_parser_spec.rb')
-rw-r--r--spec/unit/pops/parser/evaluating_parser_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/pops/parser/evaluating_parser_spec.rb b/spec/unit/pops/parser/evaluating_parser_spec.rb
index 8448a5af3..7645b9bc2 100644
--- a/spec/unit/pops/parser/evaluating_parser_spec.rb
+++ b/spec/unit/pops/parser/evaluating_parser_spec.rb
@@ -9,7 +9,6 @@ describe 'The Evaluating Parser' do
include PuppetSpec::Scope
let(:acceptor) { Puppet::Pops::Validation::Acceptor.new() }
- let(:diag) { Puppet::Pops::Binder::Hiera2::DiagnosticProducer.new(acceptor) }
let(:scope) { s = create_test_scope_for_node(node); s }
let(:node) { 'node.example.com' }