Spaces:
Build error
Build error
File size: 145 Bytes
def1299 |
1 2 3 4 5 6 7 8 |
FactoryGirl.define do
factory :language do
sequence(:name) { |n| "C (gcc #{n})" }
run_cmd './a.out'
source_file 'main.c'
end
end
|