没有要加载的文件 - rspec/autorun (LoadError)
尝试使用 rspec2、rails3 和自动测试。运行自动测试时,我遇到了以下问题:
loading autotest/rails_rspec2
style: RailsRspec2
--------------------------------------------------------------------------------
...
...bin/rspec:2:in `require': no such file to load -- rspec/autorun (LoadError)
看起来像路径问题,但我不确定如何修复它。
这是我的配置的要点。
有什么想法可以解决这个问题吗?
attempting to use rspec2, rails3, and autotest. When running autotest I get stuck with the following:
loading autotest/rails_rspec2
style: RailsRspec2
--------------------------------------------------------------------------------
...
...bin/rspec:2:in `require': no such file to load -- rspec/autorun (LoadError)
Looks like a path issue but I'm not sure how to fix it.
Here's the gist of my configuration.
Any thoughts on what I can do to troubleshoot this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 rspec 主干的问题(在 beta15 之后不久)。恢复到 2.0.0.beta.15 解决了问题。
It was a problem with the rspec trunk (sometime shortly after beta15). Reverting to 2.0.0.beta.15 solved the problem.