Coulda with Rails

Using Coulda with Test::Unit in Rails is easy!

    Feature "A Rails feature", :testcase_class => ActiveSupport::TestCase do
      ...
    end

:testcase_class => <The Test::Unit sub-class here> is all you need!