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

Version Path
entangled-1.5.0 spec/models/grandmother_spec.rb
entangled-1.4.1 spec/models/grandmother_spec.rb
entangled-1.4.0 spec/models/grandmother_spec.rb
entangled-1.2.0 spec/models/grandmother_spec.rb
entangled-1.1.1 spec/models/grandmother_spec.rb
entangled-1.1.0 spec/models/grandmother_spec.rb
entangled-1.0.0 spec/models/grandmother_spec.rb
entangled-0.0.26 spec/models/grandmother_spec.rb