From 0bd3055d29f9ee7785a8664360b89fc015a83a4e Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 21 Sep 2006 22:30:35 +0000 Subject: 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 --- test/other/autoload.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/other/autoload.rb') 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 -- cgit