Sha256: 43f7cf08dc3bae8fb1ca94a360d44e8391cffcfb4327d4efe9f3fe22f77b3571
Contents?: true
Size: 245 Bytes
Versions: 3
Compression:
Stored size: 245 Bytes
Contents
shared_examples_for "an Accountable model" do it { is_expected.to respond_to(:by=) } it { is_expected.to respond_to(:save_by!) } it { is_expected.to have_db_index(:created_by_id) } it { is_expected.to have_db_index(:updated_by_id) } end
Version data entries
3 entries across 3 versions & 1 rubygems