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

- Read in schemas from actual json files instead of a ruby hash. This is helpful because we will be automatically generating .json schema files from json responses and don't want to manually write ruby hash schema files. - Create a helper method for rspec schema validation tests to dry up code