Using Minitest in Rails

后端 未结 5 1378
闹比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:35

    I did some work last days to make testing Rails with minitest much straightforward. Please look at http://rawonrails.blogspot.com/2012/01/better-way-of-testing-rails-application.html to find more.

提交回复
热议问题