无需迁移的 Rails 功能测试
这个名字几乎说明了一切。有谁知道当你不在 Rails 中使用迁移时如何完成功能测试?我愿意接受任何建议或第三方库(如果有的话)。我想过创建自己的插件来解决这个问题,但这似乎是一项相当大的任务,除非有必要,否则我宁愿不这样做。
提前致谢。
The name pretty much says it all. Does anyone know how to accomplish functional testing when you are not using migrations in Rails? I'd be open to any advice or third party libraries (if there are any). I thought of creating my own plugin to address this but it seems like a pretty big task and would rather not do this unless necessary.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://github.com/jpignata/temping
http://github.com/jpignata/temping
似乎没有“简单”的方法可以做到这一点。我正在研究 RSpec Rails,看看是否可以将其修改为不使用迁移。
It appears that there is no "easy" way to do this. I'm looking into RSpec rails to see if it can be modified to not use migrations.