在 Rails3 中测试模型的当前趋势 +数据映射器应用程序

发布于 2024-09-10 08:05:06 字数 144 浏览 3 评论 0原文

在 Rails3+DataMapper 应用程序中测试模型的当前趋势是什么。我想使用 RSpec,但非常怀念 Shoulda 宏提供的简洁测试。问题 - 有没有一种方法可以两全其美,即。一个很好的用于测试的 dsl 和 Shoulda 宏的简洁性,可用于测试数据映射器模型。

What is the current trend for testing models in a Rails3+DataMapper application. I want to use RSpec but sorely miss the concise testing provided by shoulda macros. Question - Is there a way of getting the best of both worlds, ie. a nice dsl for testing and the brevity of shoulda macros, which can be used to test datamapper models.

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

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

发布评论

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

评论(1

メ斷腸人バ 2024-09-17 08:05:06

查看卓越。这将完全满足您的需求:)

更新 [9/8/2012] :不幸的是,虽然仍然可以在 Rails 3 中使用卓越,但它仍然是相同的旧 4.0.0.0pre 版本。因此,在现在的 Rails 项目中,我通常使用 shoulda-matchers 代替。没有那么扩展,但涵盖了大部分内容,并且得到了维护:)

Check out remarkable. That will do exactly what you want :)

UPDATE [9/8/2012] : Unfortunately while it is still possible to use remarkable in rails 3, it is still the same old 4.0.0.0pre version. So on now rails projects I generally use shoulda-matchers instead. Not as extended, but covers most stuff, and it is maintained :)

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