ZenTest autotest not running tests

社会主义新天地 提交于 2019-11-30 15:49:50

I had a similar problem which I resolved by downgrading to 4.0.0. Unfortunately I didn't have time to investigate why this happened in the first place, but I would be interested to know.

I struggled with this too. It looks like Rails support was removed from the core autotest library and moved into it's own gem. gem install autotest-rails seems to get everything working for me.

I can also confirm that simply installing 'autotest-rails' solved the problem for me without having to downgrade ZenTest to 4.0.0

I had the same problem with Shoulda tests, downgrade to 4.0.0 solved it.

sudo gem uninstall ZenTest

answer yes to the remove binaries question

sudo gem install ZenTest --version '4.0.0'

I experienced the same problem. Installing the autotest-rails gem solved it for me. I didn't find it necessary to downgrade ZenTest to 4.0.0 (running 4.1.4).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!