Skip to content
Snippets Groups Projects

Serialize outcome tables from dsl calls into roqua.json

Merged Jorn van de Beek requested to merge jb_serialize_outcome_table_dsl into main
All threads resolved!
2 files
+ 12
12
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -46,7 +46,7 @@ module Quby::Compiler::Entities
questionnaire: questionnaire)
table.valid?
expect(table.errors.full_messages).to \
eq(["Outcome table associations defined in score schemas should not be combined with explicit outcome tables"])
eq(["Score schemas Outcome table associations defined in score schemas should not be combined with explicit outcome tables"])
end
end
end
Loading