开发者

Ruby on Rails Autotest No Longer Catching Errors

开发者 https://www.devze.com 2023-03-18 00:57 出处:网络
I am going through Hartl\'s rails tutorial开发者_运维技巧 and the autotest is no longer running newly written tests. I write a new test and it will not be reflected in autotest. Autotest still runs an

I am going through Hartl's rails tutorial开发者_运维技巧 and the autotest is no longer running newly written tests. I write a new test and it will not be reflected in autotest. Autotest still runs and remains green with a set number of examples. Existing tests will fail if I change things but new test are not recognized. Any ideas? Thanks.


Caught it. I had an errant end keyword.

0

精彩评论

暂无评论...
验证码 换一张
取 消