463e43226e
Add the #open! and #close! methods to CallForParticipation in order to provide an easy way of setting the opens_at and closes_at times.
5 lines
69 B
Ruby
5 lines
69 B
Ruby
FactoryGirl.define do
|
|
factory :call_for_participation do
|
|
end
|
|
end
|