diff options
| author | Daniel Pittman <daniel@puppetlabs.com> | 2011-05-02 15:36:30 -0700 |
|---|---|---|
| committer | Daniel Pittman <daniel@puppetlabs.com> | 2011-05-02 15:36:30 -0700 |
| commit | d4df6cc2274e119fb2a67bca0912667b0fef7866 (patch) | |
| tree | 8c5bd026ecf070fa404623a4b658de296342a5ad /spec/unit/application | |
| parent | 8b28417f696bd7d34ea4212a89913b5e796993c7 (diff) | |
| parent | 1b42725b5caab6f8e457e11fec2488fbe94e8e43 (diff) | |
| download | puppet-d4df6cc2274e119fb2a67bca0912667b0fef7866.tar.gz puppet-d4df6cc2274e119fb2a67bca0912667b0fef7866.tar.xz puppet-d4df6cc2274e119fb2a67bca0912667b0fef7866.zip | |
Merge branch 'bug/2.7.x/7314-backtrace-when-face-has-syntax-error' into 2.7.x
Diffstat (limited to 'spec/unit/application')
| -rwxr-xr-x | spec/unit/application/indirection_base_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/application/indirection_base_spec.rb b/spec/unit/application/indirection_base_spec.rb index e0a9bebb4..910774c14 100755 --- a/spec/unit/application/indirection_base_spec.rb +++ b/spec/unit/application/indirection_base_spec.rb @@ -1,14 +1,14 @@ #!/usr/bin/env rspec require 'spec_helper' require 'puppet/application/indirection_base' -require 'puppet/face/indirector' +require 'puppet/indirector/face' ######################################################################## # Stub for testing; the names are critical, sadly. --daniel 2011-03-30 class Puppet::Application::TestIndirection < Puppet::Application::IndirectionBase end -face = Puppet::Face::Indirector.define(:testindirection, '0.0.1') do +face = Puppet::Indirector::Face.define(:testindirection, '0.0.1') do summary "fake summary" end # REVISIT: This horror is required because we don't allow anything to be |
