Is there a way to use "minitest/spec" with Rails 3?

Is there a straight forward way yet to use “minitest/spec” (either
what comes with Ruby 1.9.x or the Gem) with Rails 3? That is, can
“minitest/spec” be used without having to monkey-patch anything,
create some fragile hack, or use a plugin of some kind? If not, are
there any plans to in the future and when?

Thanks,
Pete

On Fri, Mar 18, 2011 at 01:20:26AM +0900, Peter H. wrote:

Is there a straight forward way yet to use “minitest/spec” (either
what comes with Ruby 1.9.x or the Gem) with Rails 3? That is, can
“minitest/spec” be used without having to monkey-patch anything,
create some fragile hack, or use a plugin of some kind? If not, are
there any plans to in the future and when?

Here you go:

Use minitest/spec with Rails 3 · GitHub

Probably needs more work to get running with functional / integration
tests though.