Sha256: 614b8cb8770ce82a29f5c758d6bd34c7e8974e28a72232147a226b1b5075b2e8
Contents?: true
Size: 182 Bytes
Versions: 13
Compression:
Stored size: 182 Bytes
Contents
RSpec::Matchers.define(:be_multitenant_on) do |expected| match do |actual| actual.respond_to?(:context_entity_id_field) && actual.context_entity_id_field == expected end end
Version data entries
13 entries across 13 versions & 1 rubygems