clarion/spec/factories/call_for_participations.rb
Petko Bordjukov 463e43226e Introduce CallForParticipation status mutation methods
Add the #open! and #close! methods to CallForParticipation in order to
provide an easy way of setting the opens_at and closes_at times.
2015-05-24 01:17:41 +03:00

5 lines
69 B
Ruby

FactoryGirl.define do
factory :call_for_participation do
end
end