Completely remove old non-structured errors and migrate existing ones.
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
FactoryBot.define do
|
||||
factory :error, class: CodeOcean::Error do
|
||||
association :execution_environment, factory: :ruby
|
||||
message { "exercise.rb:4:in `<main>': undefined local variable or method `foo' for main:Object (NameError)" }
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user