Skip to content

Commit a55045e

Browse files
authored
chore: Remove unused jRuby environment (#3010)
The jRuby environment has no supported/maintained docker image.
1 parent b7f7ed3 commit a55045e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

spec/factories/execution_environment.rb

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,6 @@
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

0 commit comments

Comments
 (0)