Skip to content

[1.2.5] - 2020-01-08

Compare
Choose a tag to compare
@biglovisa biglovisa released this 13 Jan 17:26
· 100 commits to main since this release
d0d3893

Fixed

  • Fixes issues/5. Adds method .openapi_nullable which returns a set with all nullable properties. This method is referenced in #to_hash which returns a hash representation of the resource.
  • Removes non-deterministic integration spec that is creating an Estimate with a specific project-id. Since we do not control the test data (yet) and make queries against our Test projects, we cannot be sure that we will have offsets available for a project ID. Instead we can rely on Patch core specs to cover this.
  • Fixes a spec that was failing due to a Patch core change.
  • Add spec factories and refactor generated method specs to shared examples.