rspec 需要安装在基础应用程序中

发布于 2024-08-30 22:37:49 字数 166 浏览 7 评论 0原文

我在构建宝石时遇到问题。当我运行 rake 时,它​​给出以下错误消息:

您需要在您的基础上安装 rspec 应用程序

我不完全确定我应该做什么来解决这个问题。我已经仔细检查过 rspec 实际上已安装。任何帮助将不胜感激。

I am having trouble building a gem. When I run rake it gives the the following error message:

You need to install rspec in your base
app

I'm not completely certain what I should be doing to fix this. I have double checked that rspec is, in fact installed. Any help would be appreciated.

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

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

发布评论

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

评论(2

橙幽之幻 2024-09-06 22:37:49

这是关于设置 rSpec 的深入教程。即使您需要将 rSpec 安装到 gems 中,您也需要在实际的应用程序中进行设置。

http://www.pmamediagroup.com/2009 /04/tutorial-install-rspec-rails-factory-girl/

Here is a decent indepth tutorial on setting up rSpec. Even though you need to install rSpec into gems, you also need to set it up in the actual app.

http://www.pmamediagroup.com/2009/04/tutorial-install-rspec-rails-factory-girl/

记忆で 2024-09-06 22:37:49

您是否运行了以下命令

script/generate rspec

这将为 rspec 构建必要的基础设施

Have you run the following command

script/generate rspec

This will build the necessary infrastructure for rspec

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