Introduced in: #5498
Tests which use GovukSchemas::RandomExample in the specialist_document model tests rely on json-schema to validate the generated examples. This gem throws deprecation warnings about MultiJSON being present - which it is, but only because the pact gems include it as a sub-sub-dependency - we don't actually want/need to use it.
To clear the deprecation method we have to add some lines into the test to turn it off: c1bd5a1 - but presumably at some point we won't need that any more (or maybe there's a better way to only load MultiJSON during pact tests).
Introduced in: #5498
Tests which use GovukSchemas::RandomExample in the specialist_document model tests rely on json-schema to validate the generated examples. This gem throws deprecation warnings about MultiJSON being present - which it is, but only because the pact gems include it as a sub-sub-dependency - we don't actually want/need to use it.
To clear the deprecation method we have to add some lines into the test to turn it off: c1bd5a1 - but presumably at some point we won't need that any more (or maybe there's a better way to only load MultiJSON during pact tests).