You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes
Improves error reporting and readability so that the error trace refers to the offending line in the test suite rather than in the Assertions class (#21)
Adds support for 3.0.x nullable property by forcing an array of types that include null (#20)
Doesn't apply to 3.1.x specs since nullable will be deprecated
Fixes
Fixes bad detection and reporting of invalid paths. Invalid paths will throw a correct request error now.
Fixes bad detection and reporting of missing specs. Missing specs will throw a correct request error now.