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
{{ message }}
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
If you use the matchers with a negative assertion and the spec fails, you get this error instead of the expected test failure:
NoMethodError:
undefined method `failure_message_when_negated' for #<JSONAPI::Resources::Matchers::HaveAttribute:0x00007f95870f3420>
Did you mean? failure_message
Example of a test that triggers this issue:
it{ is_expected.not_tohave_attribute:password}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you use the matchers with a negative assertion and the spec fails, you get this error instead of the expected test failure:
Example of a test that triggers this issue:
The text was updated successfully, but these errors were encountered: