Bump proformaxml from 1.0.0 to 1.1.0 #3771
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
test:
spec/services/proforma_service/export_task_spec.rb#L36
ProformaService::ExportTask#execute
Failure/Error: allow(ProformaXML::Exporter).to receive(:new).with(task:, custom_namespaces: [{prefix: 'CodeOcean', uri: 'codeocean.openhpi.de'}]).and_return(exporter)
Invalid keyword arguments provided: custom_namespaces
|
test:
spec/services/proforma_service/import_spec.rb#L57
ProformaService::Import#execute sets the uuid
Failure/Error: exporter = ProformaXML::Exporter.new(task: @task, custom_namespaces: namespaces)
ArgumentError:
unknown keyword: :custom_namespaces
|
test:
spec/services/proforma_service/import_spec.rb#L53
ProformaService::Import#execute sets the correct user as owner of the exercise
Failure/Error: exporter = ProformaXML::Exporter.new(task: @task, custom_namespaces: namespaces)
ArgumentError:
unknown keyword: :custom_namespaces
|
test:
spec/services/proforma_service/import_spec.rb#L51
ProformaService::Import#execute
Failure/Error: exporter = ProformaXML::Exporter.new(task: @task, custom_namespaces: namespaces)
ArgumentError:
unknown keyword: :custom_namespaces
|
test:
spec/services/proforma_service/import_spec.rb#L132
ProformaService::Import#execute when exercise has multiple tests
Failure/Error: exporter = ProformaXML::Exporter.new(task: @task, custom_namespaces: namespaces)
ArgumentError:
unknown keyword: :custom_namespaces
|
test:
spec/services/proforma_service/import_spec.rb#L119
ProformaService::Import#execute when exercise has multiple files with role reference implementation
Failure/Error: exporter = ProformaXML::Exporter.new(task: @task, custom_namespaces: namespaces)
ArgumentError:
unknown keyword: :custom_namespaces
|
test:
spec/services/proforma_service/import_spec.rb#L126
ProformaService::Import#execute when exercise has a test
Failure/Error: exporter = ProformaXML::Exporter.new(task: @task, custom_namespaces: namespaces)
ArgumentError:
unknown keyword: :custom_namespaces
|
test:
spec/services/proforma_service/import_spec.rb#L100
ProformaService::Import#execute when exercise has a regular file
Failure/Error: exporter = ProformaXML::Exporter.new(task: @task, custom_namespaces: namespaces)
ArgumentError:
unknown keyword: :custom_namespaces
|
test:
spec/services/proforma_service/import_spec.rb#L105
ProformaService::Import#execute when exercise has a regular file when file has an attachment
Failure/Error: exporter = ProformaXML::Exporter.new(task: @task, custom_namespaces: namespaces)
ArgumentError:
unknown keyword: :custom_namespaces
|
test:
spec/services/proforma_service/import_spec.rb#L113
ProformaService::Import#execute when exercise has a file with role reference implementation
Failure/Error: exporter = ProformaXML::Exporter.new(task: @task, custom_namespaces: namespaces)
ArgumentError:
unknown keyword: :custom_namespaces
|