spec/factories/realize.rb in enju_leaf-1.1.0.rc3 vs spec/factories/realize.rb in enju_leaf-1.1.0.rc4

- old
+ new

@@ -1,6 +1,6 @@ FactoryGirl.define do factory :realize do |f| f.expression_id{FactoryGirl.create(:manifestation).id} - f.patron_id{FactoryGirl.create(:patron).id} + f.agent_id{FactoryGirl.create(:agent).id} end end