Sha256: bee1a0bbe6f268c22cb9e77bd1ab305dbddfae3e28657e16e51d72e5225c8002
Contents?: true
Size: 203 Bytes
Versions: 12
Compression:
Stored size: 203 Bytes
Contents
require 'rails_helper' RSpec.describe PostCustomAssoName, :type => :model do it { should have_many(:custom_comments).dependent(:destroy).class_name('Comment').conditions(role: 'custom_comment') } end
Version data entries
12 entries across 12 versions & 1 rubygems