Skip to content

Commit 421c28b

Browse files
committed
AboutRegex missing from collector
Fixes gregmalcolm#81
1 parent 73ded55 commit 421c28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python2/runner/path_to_enlightenment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@ def koans():
8888
suite.addTests(loader.loadTestsFromTestCase(AboutProxyObjectProject))
8989
suite.addTests(loader.loadTestsFromTestCase(TelevisionTest))
9090
suite.addTests(loader.loadTestsFromTestCase(AboutExtraCredit))
91+
suite.addTests(loader.loadTestsFromTestCase(AboutRegex))
9192

9293
return suite

0 commit comments

Comments
 (0)