无效选项:gem check -t mail

发布于 2024-12-18 08:33:41 字数 320 浏览 0 评论 0原文

我正在尝试在邮件 gem 上运行单元测试,但我得到以下结果。我已经按照这里的 gem 手册进行了此操作 http://docs.rubygems.org/read /chapter/10

> gem check -t mail
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: -t

我做错了什么?

I'm trying to run the unit tests on the mail gem, but I get the following. I've done this in accordance with the gem manual here http://docs.rubygems.org/read/chapter/10

> gem check -t mail
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: -t

What am I doing wrong?

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

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

发布评论

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

评论(1

聽兲甴掵 2024-12-25 08:33:41

这些现在由 RubyGems 建议,如以下网站所述:

gem install ruby​​gems-test
gem 测试 my_favorite_gem

Gem 测试器

These are now suggested by RubyGems as mentioned on the site below:

gem install rubygems-test
gem test my_favorite_gem

Gem Testers

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