aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/referential_clonings.rb
blob: e968d44f1da2886b1637b6c74607a9a59169ee2d (plain)
1
2
3
4
5
6
FactoryGirl.define do
  factory :referential_cloning do
    association :source_referential, :factory => :referential
    association :target_referential, :factory => :referential
  end
end