summaryrefslogtreecommitdiffstats
path: root/test/util/autoload.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/util/autoload.rb')
-rwxr-xr-xtest/util/autoload.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/autoload.rb b/test/util/autoload.rb
index 6aaf32995..ae7624b62 100755
--- a/test/util/autoload.rb
+++ b/test/util/autoload.rb
@@ -7,7 +7,7 @@ require 'puppet/util/autoload'
require 'puppettest'
class TestAutoload < Test::Unit::TestCase
- include PuppetTest
+ include PuppetTest
@things = []
def self.newthing(name)
@things << name