diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/custodian/testfactory.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/testfactory.rb b/lib/custodian/testfactory.rb index 6ae74d1..be5584c 100644 --- a/lib/custodian/testfactory.rb +++ b/lib/custodian/testfactory.rb @@ -63,7 +63,7 @@ module Custodian # i.e. Derived classes that have registered themselves. # # - def types + def self.known_tests @@subclasses end |