diff options
| author | Max Martin <max@puppetlabs.com> | 2011-05-12 15:46:35 -0700 |
|---|---|---|
| committer | Max Martin <max@puppetlabs.com> | 2011-05-12 15:46:35 -0700 |
| commit | 61d732231fa1d23a5e9c32bc38ec9f11430229ba (patch) | |
| tree | f4b30a414ffe8bbde2dd438c3942593e84df5d1d | |
| parent | c7bd46e2eb1d56c098376b7f500db13e6f98f570 (diff) | |
| parent | 09f5d9cbfcbc6b0428d02fd4b5e9c0cfe550eb19 (diff) | |
Merge branch 'ticket/2.7.x/7469-rake-failures' into 2.7.x
* ticket/2.7.x/7469-rake-failures:
(#7469) Add license to test face so tests pass
| -rwxr-xr-x | spec/unit/application/indirection_base_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/unit/application/indirection_base_spec.rb b/spec/unit/application/indirection_base_spec.rb index 910774c14..d72def6cf 100755 --- a/spec/unit/application/indirection_base_spec.rb +++ b/spec/unit/application/indirection_base_spec.rb @@ -10,6 +10,8 @@ end face = Puppet::Indirector::Face.define(:testindirection, '0.0.1') do summary "fake summary" + copyright "Puppet Labs", 2011 + license "Apache 2 license; see COPYING" end # REVISIT: This horror is required because we don't allow anything to be # :current except for if it lives on, and is loaded from, disk. --daniel 2011-03-29 |
