File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 5353 testing_framework { 'JunitAdapter' }
5454 end
5555
56- factory :jruby , class : 'ExecutionEnvironment' do
57- created_by_teacher
58- default_memory_limit
59- default_cpu_limit
60- docker_image { 'hklement/ubuntu-jruby:latest' }
61- file_type { association :dot_rb , user : }
62- help
63- name { 'JRuby 1.7' }
64- network_enabled { false }
65- privileged_execution { false }
66- permitted_execution_time { 10 . seconds }
67- pool_size { 0 }
68- run_command { 'jruby %{filename}' }
69- singleton_execution_environment
70- test_command { 'rspec %{filename} --format documentation' }
71- testing_framework { 'RspecAdapter' }
72- end
73-
7456 factory :node_js , class : 'ExecutionEnvironment' do
7557 created_by_teacher
7658 default_memory_limit
You can’t perform that action at this time.
0 commit comments