summaryrefslogtreecommitdiffstats
path: root/lib/puppet/interface
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-04-22 14:09:44 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-04-22 15:38:46 -0700
commit822d5303f01b42cb074db52e6ee2c05e913ba9c5 (patch)
treebea8f3938273a26456cc982cbbd6208fe89553a8 /lib/puppet/interface
parent1e9cc2cbf984633ab7ac63d466b3e4db8bca1445 (diff)
downloadpuppet-822d5303f01b42cb074db52e6ee2c05e913ba9c5.tar.gz
puppet-822d5303f01b42cb074db52e6ee2c05e913ba9c5.tar.xz
puppet-822d5303f01b42cb074db52e6ee2c05e913ba9c5.zip
maint: clean up test headers on face spec files.
A whole pile of spec files for faces were not pulling in the regular spec_helper, or the puppet/face library before they used it. This worked fine by coincidence when they ran together, but blew up if run separately. Reviewed-By: Jesse Wolf <jesse@puppetlabs.com>
Diffstat (limited to 'lib/puppet/interface')
-rw-r--r--lib/puppet/interface/option.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/puppet/interface/option.rb b/lib/puppet/interface/option.rb
index f4c56cb2c..3d3840ff6 100644
--- a/lib/puppet/interface/option.rb
+++ b/lib/puppet/interface/option.rb
@@ -1,3 +1,5 @@
+require 'puppet/interface'
+
class Puppet::Interface::Option
def initialize(parent, *declaration, &block)
@parent = parent