Fix order-dependent specs

This commit is contained in:
Sebastian Serth
2021-11-04 18:34:44 +01:00
parent d033f71ae3
commit 7f47af99cb
6 changed files with 13 additions and 4 deletions

View File

@ -37,7 +37,7 @@ FactoryBot.define do
created_by_teacher
default_memory_limit
default_cpu_limit
docker_image { 'openhpi/co_execenv_java:8' }
docker_image { 'openhpi/co_execenv_java:8-antlr' }
file_type { association :dot_java, user: user }
help
name { 'Java 8' }