Sha256: c038d35800e24711004f2d82fb3874c0e9962953fe56c953bf1676ba2e7f5300
Contents?: true
Size: 209 Bytes
Versions: 26
Compression:
Stored size: 209 Bytes
Contents
RSpec::Matchers.define :be_saved_to do |shard| match do |actual| persisted_actual = actual.with_shard(shard) { actual.class.find(actual.id) } persisted_actual && actual == persisted_actual end end
Version data entries
26 entries across 26 versions & 1 rubygems