Sha256: 94344254e10cbaf858e9f97ec8f26bb3b0ec4fd5d80cc603abcef714f9cf7406
Contents?: true
Size: 172 Bytes
Versions: 8
Compression:
Stored size: 172 Bytes
Contents
require 'spec_helper' RSpec.describe Grandfather, type: :model do describe 'Associations' do it { is_expected.to have_many(:parents).dependent(:destroy) } end end
Version data entries
8 entries across 8 versions & 1 rubygems