Netbeans 7.0.1 rspec 支持吗?

发布于 2024-12-10 01:47:56 字数 166 浏览 1 评论 0原文

我的 rspec 和 Netbeans 7.0.1 有问题。我尝试运行 rspec 测试,但到目前为止我无法说服 Netbeans 这样做。尽管我安装了所有必要的 rspec gem,但我根本没有得到任何输出。不过单元测试运行得很好。

我是否必须安装 Netbeans 6.8 还是我在这里做错了什么?

i have a problem with rspec and Netbeans 7.0.1. I try to run a rspec test but so far i can't convince Netbeans to do so. I just don't get any output at all although i installed all the necessary rspec gems. Unit tests run perfectly though.

Do I have to install Netbeans 6.8 or am I doing something wrong here?

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

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

发布评论

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

评论(1

蓝眼泪 2024-12-17 01:47:56

解决方案是手动安装 Rspec,因为 Netbeans 不支持 RSpec 版本 2:

gem install rspec -v 1.3.2

The Solution is to maunally install Rspec, since Netbeans doesn't have RSpec Version 2 support:

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