mirror of
https://github.com/discourse/discourse.git
synced 2025-03-30 05:19:24 +08:00

This was likely introduced with the refactor to make ColorSchemeColor a database object. Add a test so this doesn't happen again. Also test other basics of the WizardSerializer. For some reason, the .as_json left Ruby objects in; I solved this with a round trip through JSON during the test.