aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/referential_suite_spec.rb
blob: 771187b556022a04b124c01300dc631960ebda19 (plain)
1
2
3
4
5
RSpec.describe ReferentialSuite, type: :model do
  it { should belong_to(:new).class_name('Referential') }
  it { should belong_to(:current).class_name('Referential') }
  it { should have_many(:referentials) }
end