The error above is being raised from testcase.rb, so I don't think it's a matter of not finding test/unit. Not that I have any other ideas to offer :)
Cheers,
David
Not sure what's causing this, but I made some fixes to Cucumber to
deal with this issue:
https://github.com/aslakhellesoy/cucumber-rails/issues/closed#issue/69
@_result.add_assertion in testcase.rb:125 is failing because @_result is nil.
That's how far I have time to dig now, hopefully this is enough to
produce a patch for Cucumber.
Aslak
>
> --
> You received this message because you are subscribed to the Google Groups "Cukes" group.
> To post to this group, send email to cu...@googlegroups.com.
> To unsubscribe from this group, send email to cukes+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cukes?hl=en.
>