sanitize_name in contest.rb strips out any non-word characters, so 'is false for status > 404' and 'is false for status < 404' end up as having the same test name, causing lost tests. Rename these tests to use 'gt' and 'lt' rather then '>' and '<'.