Sha256: fd085246c1ac9bca5301741df34011b67ee6b3ab35eba8e9c68a17db673985b4
Contents?: true
Size: 213 Bytes
Versions: 11
Compression:
Stored size: 213 Bytes
Contents
# frozen_string_literal: true 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
11 entries across 11 versions & 1 rubygems