diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-21 22:30:35 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-21 22:30:35 +0000 |
commit | 0bd3055d29f9ee7785a8664360b89fc015a83a4e (patch) | |
tree | 648e99da321985cced163022ce7c3485f7b31cfd /test/other/autoload.rb | |
parent | eecc7cc99835b70867197991efff3c5103185326 (diff) | |
download | puppet-0bd3055d29f9ee7785a8664360b89fc015a83a4e.tar.gz puppet-0bd3055d29f9ee7785a8664360b89fc015a83a4e.tar.xz puppet-0bd3055d29f9ee7785a8664360b89fc015a83a4e.zip |
Switching Autoload#loadall from using "load" to using "require", so it will not reload already-loaded files. Also updating the checksum docs a bit.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1657 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/other/autoload.rb')
-rw-r--r-- | test/other/autoload.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/other/autoload.rb b/test/other/autoload.rb index 7cbb11c1a..f561a81a9 100644 --- a/test/other/autoload.rb +++ b/test/other/autoload.rb @@ -98,7 +98,4 @@ TestAutoload.newthing(:#{name.to_s}) "Did not get loaded #{thing.to_s}") end end - - def test_loadall - end end |