Sha256: a9f9f365f97cda09eef84658396793dd758e8b831d43cfc6b089f8f73cf74827
Contents?: true
Size: 314 Bytes
Versions: 10
Compression:
Stored size: 314 Bytes
Contents
require 'rails_helper' RSpec.describe Letter, :type => :model do it { should have_many(:hide_custom_comments).dependent(:destroy).class_name('CustomComment').conditions(role: 'hide') } it { should have_many(:show_custom_comments).dependent(:destroy).class_name('CustomComment').conditions(role: 'show') } end
Version data entries
10 entries across 10 versions & 1 rubygems