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 was seeing that some of the rspec-mongoid matchers are similar to the ones from shoulda matchers, but some have minor differences, like using ensure instead of validate. Shouldn't they be similar to be more consistent?
The text was updated successfully, but these errors were encountered:
@pablox-cl The mongoid-rspec has no expectation to keep the api consistent with shoulda-matcher, however if you submit a PR that implements an alias, maybe we can merge it.
I was seeing that some of the rspec-mongoid matchers are similar to the ones from shoulda matchers, but some have minor differences, like using
ensure
instead ofvalidate
. Shouldn't they be similar to be more consistent?The text was updated successfully, but these errors were encountered: