How to run all tests with minitest?

后端 未结 9 2227
-上瘾入骨i
-上瘾入骨i 2020-12-02 21:47

I downloaded source code for a project, found a bug, and fixed it.

Now I want to run tests to find out if I have broken anything.

The Tests are in minitest D

9条回答
  •  Happy的楠姐
    2020-12-02 22:35

    I realize this is a very old question, but rake test works for me in Rails 4.2, including files under test/ as well as test/integration/, test/unit/, etc.

提交回复
热议问题