具有 rspec 覆盖范围的示例 Rails 应用程序
我需要查看实时 Rails 项目中使用的 rspec 示例。请推荐一些开源 Rails 应用程序,它们具有良好的 rspec 覆盖率,并且可以作为研究 Rspec 的好例子。
问候, 潘卡伊
I need to see examples of rspec used in a live Rails project. Please suggest some open source Rails apps which has good rspec coverage and can can act as a good example to study Rspec.
Regards,
Pankaj
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有同样的需求,我已经开始学习 https://github.com/diaspora/diaspora。这是一个备受瞩目的 Rails 应用程序,并且具有广泛的 RSpec 覆盖范围,但我无法判断他们是否采用了最佳实践。
我正在研究的另一个 rspec 套件来自 https://github.com/resolve/refinerycms
I had the same need and I have started studying https://github.com/diaspora/diaspora. It is a high profile Rails app and has extensive RSpec coverage but I can't tell if they excercise best practices.
Another rspec suite I'm studying is from https://github.com/resolve/refinerycms