Rails 3 application. Simple tests (no rspec, no cucumber).
If I add this to my gemfile :
require 'test-unit', '2.3.0'
then merging doesn't work as unit, functional, and integration test results overwrite each-other.
Thing is, I need this for the performance tests to work.