Textmate RSpec 运行示例失败
当我尝试从 Textmate 中运行 RSpec 示例时。我收到“Rails 需要 RubyGems >= 1.3.2(您有 1.3.1)。请 gem update --system
并重试。”我运行 gem update 但没有任何可更新的内容。我认为 RSpec 包是从内置目录而不是 /local/ 运行的。如何更改捆绑包的外观?
谢谢! :)
When I try to run an RSpec example from within Textmate. I get "Rails requires RubyGems >= 1.3.2 (you have 1.3.1). Please gem update --system
and try again." I run gem update and I get nothing to update. I think the RSpec bundle is running from the built in directories rather than /local/. How do I change where the bundle looks?
Thanks! :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
到目前为止,唯一有效的解决方案是安装新的 Rails 包。这尚未被证明是永久修复,因为我必须在重新启动后删除并重新安装该捆绑包。它似乎也只适用于 Rails 捆绑包,因为我在重新启动后刚刚安装了指南针和蓝图捆绑包。
希望聪明人能找到永久修复
谢谢!
So far the only solution that works is to install the new rails bundle. This has not proved to be a permanent fix as I had to remove and reinstall the bundle after a reboot. It also seems to only work with the rails bundle as I just installed the compass and blueprint bundle just after the reboot.
Hopefully a smart person can id a permanent fix
Thanks!