Rails 3.1,FactoryGirl还是工厂?

时间:2012-01-04 05:26:59

标签: ruby-on-rails-3.1 factory factory-bot

我正在尝试使用规范构建测试,我对使用FactoryGirl或Factory感到困惑, 我安装了FactoryGirl 2.3.2,因为我在GemFile中有gem "factory_girl_rails", "~> 1.2"

工厂声明位于/home/sam/.rvm/gems/ruby-1.9.3-p0/gems/factory_girl-2.3.2/lib/factory_girl/deprecated.rb

我在这样的例子中看到了Factory:How do I create an association with a has_many :through relationship in Factory Girl?

请问好吗?在Rails 3.1上使用Factory是否可以?不总是 ?根本没有?

1 个答案:

答案 0 :(得分:2)

据我所知,deprecation.rb在使用Factory时,只推荐使用FactoryGirl定义的方法(例如别名)。我想你可以继续使用Factory.xxxx调用来构建/创建实例。