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

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