Sha256: 9a341268f886cd6a3b82e82353ec733c5ba0141cf33f2ca23a0b5c5cafb3fa85

Contents?: true

Size: 182 Bytes

Versions: 2

Compression:

Stored size: 182 Bytes

Contents

require 'rails_helper'

RSpec.describe Topic, :type => :model do
  it { should have_many(:comments).dependent(:destroy).class_name('CustomComment').conditions(role: 'comment') }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts_as_commentable_more-1.2.1 test/dummy/spec/models/topic_spec.rb
acts_as_commentable_more-1.2.0 test/dummy/spec/models/topic_spec.rb