且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Rails 3.2,RSpec,Factory Girl:NameError:未初始化的常量Factory

更新时间:2023-02-12 16:38:00

应改为FactoryGirl.create.显然,Factory已过时,现在已被删除,请查看您提供的链接中的注释:)

It should be FactoryGirl.create instead. Apparently Factory was deprecated and now has been removed, look at the comments in the link you provided :)