-
- Downloads
Don't record the test if initialization fails
When Test.new raises an ArgumentError, nil will be pushed onto the tests array, and then methods will be called on nil when we iterate over the tests while building the XML output.
Please register or sign in to comment