add default values to meta_data

fix specs
This commit is contained in:
Karol
2022-09-26 20:46:40 +02:00
parent b866221353
commit d6cd06550d
3 changed files with 68 additions and 27 deletions

View File

@@ -29,6 +29,10 @@ describe ProformaService::Import do
instructions: 'instruction',
execution_environment: execution_environment,
files: files + tests,
hide_file_tree: true,
allow_file_creation: false,
allow_auto_completion: true,
expected_difficulty: 7,
uuid: uuid,
user: user)
end