Test methods (`test_` prefix) in a describe block are not discovered: ```ruby describe MyGem do def test_foo end end ```