rosa-build/spec/factories/labeling.rb

6 lines
140 B
Ruby
Raw Permalink Normal View History

2013-04-03 12:11:50 +01:00
FactoryGirl.define do
factory :labeling do
2014-01-21 04:51:49 +00:00
association :project, factory: :project
association :label, factory: :label
2013-04-03 12:11:50 +01:00
end
end