Sha256: d7dbcc98463452e49b583b9f21ddf879976a0c6d1f3e3ec512a54f5b8b0e5363
Contents?: true
Size: 231 Bytes
Versions: 69
Compression:
Stored size: 231 Bytes
Contents
shared_examples_for 'single table inheritance database columns' do it { should have_db_column(:id).of_type(:integer).with_options(null: false) } it { should have_db_column(:type).of_type(:string).with_options(null: false) } end
Version data entries
69 entries across 69 versions & 1 rubygems