-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change World Index spec to compare hashes, not JSON string
The world index spec if currently comparing JSON strings, which means the test has to specify the keys in exactly the same order as they are included in the JSON. Additionally, rspec doesn't give a useful diff when this test fails when comparing JSON strings, like it would with a hash. Therefore changing this spec to compare hashes, like we are doing in the other GraphQL integration tests.
- Loading branch information
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters