We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b375e1a commit e64138dCopy full SHA for e64138d
db/seeds/files/exercise_spec.rb
@@ -2,10 +2,10 @@
2
3
require './exercise'
4
5
-describe '#write_to_file' do
+describe '#copy_file' do
6
before(:each) do
7
@file_content = File.new(SOURCE_FILENAME, 'r').read
8
- write_to_file
+ copy_file
9
end
10
11
it 'preserves the source file' do
spec/factories/execution_environment.rb
@@ -109,10 +109,10 @@
109
created_by_teacher
110
default_memory_limit
111
default_cpu_limit
112
- docker_image { 'hklement/ubuntu-ruby:latest' }
+ docker_image { 'openhpi/co_execenv_ruby:2.5' }
113
file_type { association :dot_rb, user: }
114
help
115
- name { 'Ruby 2.2' }
+ name { 'Ruby 2.5' }
116
network_enabled { false }
117
privileged_execution { false }
118
permitted_execution_time { 10.seconds }
0 commit comments