Using Minitest in Rails

后端 未结 5 1579
闹比i
闹比i 2020-12-25 13:45

Recently, I\'ve read quite a few articles about Minitest. I really like the idea of a super lightweight test framework. I decided to replace rspec with it in a recent projec

5条回答
  •  滥情空心
    2020-12-25 14:14

    Coding Ningja's "MiniTest::Spec setup with Capybara in Rails 3.1" helped a lot with integrating Minitest with Rails.

    http://code-ningja.posterous.com/73460416

提交回复
热议问题