diff options
| author | Luke Kanies <luke@madstop.com> | 2007-09-11 18:48:30 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-09-11 18:48:30 -0500 |
| commit | 3b3065bc73e409874a9e6f1be755754fb2b226bf (patch) | |
| tree | a166514550bc27731b8f06554fe93e889cd38f62 /test/util | |
| parent | 65c1501504dd7e9166176661f9ed9f80300954db (diff) | |
| download | puppet-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-x | test/util/features.rb | 2 |
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$ |
