使用夹具加载数据进行手动测试
我正在使用 RSpec + FactoryGirl 进行自动化测试。
对于前端开发,我需要一些“真实”数据来使用。
我如何使用标准导轨夹具来加载我需要的此类数据。
I'm using RSpec + FactoryGirl for automated testing.
For front-end development, i need some "real" data, to work with.
How can i use standard rails fixtures, to load such data, as i need it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需在
test/fixtures
目录下创建固定装置,就像使用 Rails 的内置测试一样。然后您可以将它们加载到您的开发数据库中You can just create fixtures under your
test/fixtures
directory as you would when using Rails' built-in testing. Then you can load them into your development DB with