diff options
| author | Nick Lewis <nick@puppetlabs.com> | 2011-03-22 14:33:59 -0700 |
|---|---|---|
| committer | Nick Lewis <nick@puppetlabs.com> | 2011-03-22 14:33:59 -0700 |
| commit | ee66f36aa3c730819bd81d8352914628a811e516 (patch) | |
| tree | 4445059e1201540f7e6a490d1d9b2b64462ea4fc /lib/puppet/interface | |
| parent | e3d24865c89bccd0221f3d6d475d350f577ed3fb (diff) | |
| download | puppet-ee66f36aa3c730819bd81d8352914628a811e516.tar.gz puppet-ee66f36aa3c730819bd81d8352914628a811e516.tar.xz puppet-ee66f36aa3c730819bd81d8352914628a811e516.zip | |
(#6814) Add missing require for specs
Diffstat (limited to 'lib/puppet/interface')
| -rw-r--r-- | lib/puppet/interface/action_builder.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/interface/action_builder.rb b/lib/puppet/interface/action_builder.rb index 777fcaf85..e76fb1c6e 100644 --- a/lib/puppet/interface/action_builder.rb +++ b/lib/puppet/interface/action_builder.rb @@ -1,4 +1,5 @@ require 'puppet/interface' +require 'puppet/interface/action' class Puppet::Interface::ActionBuilder attr_reader :action |
