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
currently #meets_constraint? contains some logic to handle multiple expectations, but the interface doesn't allow you to pass anything other than a single one.
currently
#meets_constraint?
contains some logic to handle multiple expectations, but the interface doesn't allow you to pass anything other than a single one.currently:
meets_constraint?(key, value, cache=true)
want to support something like:
meets_constraint?({:key1 => value1, :key2 => :value2}, cache=true)
The text was updated successfully, but these errors were encountered: