Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我还没有做 TDD,但我希望能够在我的数据库中创建“虚拟数据”。
据我了解,工厂女孩是做到这一点的完美宝石。
查看文档,似乎与 RSpec 和其他测试框架紧密耦合。
我可以使用 Factory Girl 来填充虚拟数据而无需编写测试吗?
谢谢。
绝对地。只需factory_girl_rails在您的 Gemfile 中包含您的测试组之外的内容,然后您就可以在任何地方愉快地使用它。
factory_girl_rails
不过,我不建议您在开发或测试之外的应用程序中使用它。