Sha256: 4e709468a531906ab67a41cf7bedab347f7e105cde8f5ff6968e5b4e5ae4753c
Contents?: true
Size: 172 Bytes
Versions: 8
Compression:
Stored size: 172 Bytes
Contents
require 'spec_helper' RSpec.describe Grandmother, 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