summaryrefslogtreecommitdiff
path: root/lib/custodian/testfactory.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-23 15:54:53 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-23 15:54:53 +0000
commit3cf93c18f70758453899fa8bfa71591fcb6e83f5 (patch)
tree7422c1edbfe6ba38675e66d88a1f98cee920923f /lib/custodian/testfactory.rb
parentb42677d69de3dab1a55c81689cf2b3b45fd85d12 (diff)
Allow the test-factory to return the known-test types, and then test *each* of the with a simple constructed test.
Diffstat (limited to 'lib/custodian/testfactory.rb')
-rw-r--r--lib/custodian/testfactory.rb2
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