roar-jsonapi
roar-jsonapi copied to clipboard
Fix leaky constant in tests
The Painter
constant was defined differently in tests, which resulted in warnings about constant redefinition.
We fix this by employing memoized helpers.