Open chorankates opened 7 years ago
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.
#meets_constraint?
currently:
meets_constraint?(key, value, cache=true)
want to support something like:
meets_constraint?({:key1 => value1, :key2 => :value2}, cache=true)
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)