The spec library in Minitest is great. I\'ve been able to use it within Rails unit tests no problem. However, Rails functional test inherit from ActionController::TestCase whi
Thoughtbot have now split shoulda into shoulda_contexts and shoulda_matchers so the worry about a shift to rspec for thoughtbot doesn't mean shoulda contexts are going away. Just being maintained in the community.