Closed rsutphin closed 12 years ago
to me it looks like it's failing because of this commit: https://github.com/nicksieger/ci_reporter/commit/6902ef5d0d844e5821a952920a5ea561fbdc9f29
test_unit is being required in a file that is used for rspec as well
I have a bunch of libraries with multiplatform CI builds. They run nightly to fetch new gem versions to verify compatibility. Last night, all of them that use ci_reporter updated to 1.6.7 and then failed on ruby 1.9.x with an exception like this:
Unfortunately, I have not had time to trace into this to produce a minimal test case. The problem is not present on ruby 1.8.7, but I did see it on both 1.9.2-p290 and 1.9.3-p0. All of the affected projects are using ci_reporter with rspec; none use test_unit. Locking to ci_reporter 1.6.6 prevents this error.