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