没有要加载的文件 - merb 中的规范

发布于 2024-11-26 22:28:34 字数 333 浏览 1 评论 0原文

我在 merb 中创建了一个应用程序。我的 Gemfile 有

gem "rspec", :require => "spec"

如果我运行 rake -Trake paths,我的 rake 任务会因上述错误而中止。

如果 Gemfile 中未提及该 gem,则错误为

rake aborted!
no such file to load -- spec/rake/spectask

Please suggest a Solution。

I have created an app in merb. My Gemfile has

gem "rspec", :require => "spec"

If I run the rake -T or rake routes, my rake task is aborted with the above error.

If the gem is not mentioned in the Gemfile then the error is

rake aborted!
no such file to load -- spec/rake/spectask

Please suggest a solution.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

抠脚大汉 2024-12-03 22:28:34

通过将 rspec 的 gem 版本指定为 gem "rspec", "1.2.11",:require => 解决了该问题“规格”:)。 merb 版本为 1.1.3 – Prasad Surase 2011 年 7 月 29 日 9:22

solved the problem by specifying the gem version for rspec as gem "rspec", "1.2.11",:require => "spec" :) . the merb version is 1.1.3 – Prasad Surase Jul 29 '11 at 9:22

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