黄瓜 + R规格+铁轨 + Webrat,factor_girl + MacOSX 上的自动测试...在 gem.config 中?
我找到了如何使用的示例:
但我尝试找到解决方案,使用以下方法将所有宝石放入 gem.config (enviroment.rb) gemcutter gem 存储库(现在这是首选的 gems 存储库?)
也许有人已经正确配置了 gem.config 依赖项:
Cucumber + RSpec + Rails + Factor_Girl + Webrat ... MacOSX 上的自动测试(与 Growl)
我想在 gem.config 中拥有所有需要的宝石,也许我期望很高;)
问候, 安杰伊
I found example how to use on:
but I try to find solution to put this all gems to gem.config (enviroment.rb) with using
gemcutter gem repository (this is prefered gems repository now ?)
Maybe some one have properly configured gem.config dependency for:
Cucumber + RSpec + Rails + Factor_Girl + Webrat ... autotest on MacOSX (with Growl)
I want to have all needed gems in gem.config, maybe I expecting to much ;)
Regards,
Andrzej
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以简单地执行以下操作
它将设置您的 config/environments/cucumber.rb
您可以像我下面那样手动添加缺少的内容
You can simply do the following
It will setup your config/environments/cucumber.rb
You can add the missing ones manually like I did below
只需添加
:source => “http://gemcutter.org”
到每个 config.gem 行。我不确定是否所有宝石都已在 Gemcutter 上!Just add
:source => "http://gemcutter.org"
to every config.gem line. I'm not sure if all gems are on Gemcutter already though!