test: Fix --list-tests

Seems list order matters, I don't know why, but have reported it on #tasty
This commit is contained in:
Joey Hess 2015-03-31 14:47:27 -04:00
parent 7188d747db
commit f842888de3
3 changed files with 6 additions and 2 deletions

View file

@ -23,3 +23,6 @@ Tests
[snip all the passing tests]
All 140 tests passed (305.69s)
"""]]
> [[fixed|done]] although I don't understand why tasty needs the
> `listingTests` ingredient to come first for it to work. --[[Joey]]