Skip to content

chore: Remove unused jRuby environment #3010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions spec/factories/execution_environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,24 +53,6 @@
testing_framework { 'JunitAdapter' }
end

factory :jruby, class: 'ExecutionEnvironment' do
created_by_teacher
default_memory_limit
default_cpu_limit
docker_image { 'hklement/ubuntu-jruby:latest' }
file_type { association :dot_rb, user: }
help
name { 'JRuby 1.7' }
network_enabled { false }
privileged_execution { false }
permitted_execution_time { 10.seconds }
pool_size { 0 }
run_command { 'jruby %{filename}' }
singleton_execution_environment
test_command { 'rspec %{filename} --format documentation' }
testing_framework { 'RspecAdapter' }
end

factory :node_js, class: 'ExecutionEnvironment' do
created_by_teacher
default_memory_limit
Expand Down