-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CST] Use json_schemer in SavedClaim (#19684)
* Use json schemer in savedclaim * Adds actual feature flipper, fixes already-existing tests * Fixes more existing tests * Fixes rubocop * Play more nicely with error array * More elegant error handling * Rubocop * Error handling redux redux * Stub, rather than actually disable, the feature flipper * Json schemer can detect fake emails * Fixes some more specs. Getting there. * rubocop * Fixing some more specs, adding some stubs, learning * See if tests pass with old flipper syntax * Fixes more specs * More passing specs. This might be all of them? * Rubocop * Adds some affirmative tests with the JSON Schemer flipper enabled * Rubocop * Adds comments to json validation methods for clarity on the gem switch * Finishes adding affirmative (flipper on) tests. Uses true/false each block. * Standardize error object to use symbols for keys * Rubocop * Fixes last spec, hopefully * Rubocop
- Loading branch information
1 parent
e459d58
commit 8a998c8
Showing
17 changed files
with
3,583 additions
and
3,298 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
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
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
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
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
Oops, something went wrong.