Samantha Voigt
Samantha Voigt
### Description The `before(:create)` block is not getting executed in the order I expect when using `instance` in one of the factory's associations. I'm trying to update an existing factory...
Apologies if there was a better place for this. I'm trying to write a rule that **doesn't** allow the `enum` property within API **responses**, but **does** allow it within API...
**Motivation** I'm ultimately to write a configurable rule to check that all `SchemaProperties` are in kebab-case _with some exceptions._ I thought that I could do this by using some combination...
According to the spec at https://jsonlogic.com/, the `==` operator should return true when comparing inputs such as `1.0` and `1`
**Is your feature request related to a problem? Please describe.** I have an API that I bundle for 2 different usages: * publishing to GitHub * publishing to our documentation...