没有要加载的文件 - rspec/autorun (LoadError)

发布于 2024-09-08 08:33:04 字数 433 浏览 5 评论 0原文

尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

○闲身 2024-09-15 08:33:04

这是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文