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
I've had add a new matcher accepts_nested_attributes_for to test accepts_nested_attributes and respective options.
However, mongoid implementation is different from AR as I noticed and described here.Currently is not possible to access the options on the matcher and test them
I will work on some way to have options tested on this matcher in a near future.
The text was updated successfully, but these errors were encountered:
I've had add a new matcher
accepts_nested_attributes_for
to testaccepts_nested_attributes
and respective options.However, mongoid implementation is different from AR as I noticed and described here.Currently is not possible to access the options on the matcher and test them
I will work on some way to have options tested on this matcher in a near future.
The text was updated successfully, but these errors were encountered: