mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Require associations of CoordinatorFee
This commit is contained in:
8
spec/models/coordinator_fee_spec.rb
Normal file
8
spec/models/coordinator_fee_spec.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe CoordinatorFee do
|
||||
it { is_expected.to belong_to(:order_cycle).required }
|
||||
it { is_expected.to belong_to(:enterprise_fee).required }
|
||||
end
|
||||
Reference in New Issue
Block a user