You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/spec/factories/code_tests.rb

11 lines
151 B

FactoryGirl.define do
factory :code_test, :class => 'CodeTests' do
homework_id 1
wait_time 1
language 1
status 1
time_used "MyString"
end
end