summaryrefslogtreecommitdiffstats
path: root/test/other/autoload.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-21 22:30:35 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-21 22:30:35 +0000
commit0bd3055d29f9ee7785a8664360b89fc015a83a4e (patch)
tree648e99da321985cced163022ce7c3485f7b31cfd /test/other/autoload.rb
parenteecc7cc99835b70867197991efff3c5103185326 (diff)
downloadpuppet-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.rb3
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