mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 17:31:27 +00:00
5 lines
No EOL
88 B
Ruby
5 lines
No EOL
88 B
Ruby
FactoryGirl.define do
|
|
factory :grouper do
|
|
sequence(:task) { |n| "Task#{n}" }
|
|
end
|
|
end |