I recently investigated some test suite failures on the "next" branch.
For Fedora 19 (Ruby 2.0.0), there's a really simple adjustment that is needed. The details are at https://gitorious.org/gitorious/mainline/merge_requests/235 For CentOS 6 (Ruby 1.8.7), the failures are more complex. The "refute_" suite of functions are missing from ActiveSupport::TestCase, so we have to re-implement them. The fix is at https://www.gitorious.org/gitorious/mainline/merge_requests/236 There is also a problem related to the way that execute() gets called on anonymous classes on Ruby 1.8.7. I tried to wrap my mind around the use_case gem so I could understand how to fix it, but it is beyond me. I've filed the details at https://issues.gitorious.org/issues/177 - Ken -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
