summaryrefslogtreecommitdiffstats
path: root/test/util
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-09-11 18:48:30 -0500
committerLuke Kanies <luke@madstop.com>2007-09-11 18:48:30 -0500
commit3b3065bc73e409874a9e6f1be755754fb2b226bf (patch)
treea166514550bc27731b8f06554fe93e889cd38f62 /test/util
parent65c1501504dd7e9166176661f9ed9f80300954db (diff)
downloadpuppet-3b3065bc73e409874a9e6f1be755754fb2b226bf.tar.gz
puppet-3b3065bc73e409874a9e6f1be755754fb2b226bf.tar.xz
puppet-3b3065bc73e409874a9e6f1be755754fb2b226bf.zip
Refactoring the feature support so it loads libraries when a feature is asked about, rather than when it is defined.
Diffstat (limited to 'test/util')
-rwxr-xr-xtest/util/features.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/util/features.rb b/test/util/features.rb
index 14e93c537..1e5858877 100755
--- a/test/util/features.rb
+++ b/test/util/features.rb
@@ -93,5 +93,3 @@ class TestFeatures < Test::Unit::TestCase
end
end
end
-
-# $Id$