无效选项:gem check -t mail
我正在尝试在邮件 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些现在由 RubyGems 建议,如以下网站所述:
gem install rubygems-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