diff options
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 |