Spec EnterpriseFee tax_category association

Co-authored-by: David Cook <david@redcliffs.net>
This commit is contained in:
Maikel
2023-08-03 16:22:56 +10:00
committed by Maikel Linke
parent efbf1d6b8f
commit 146b09dc57

View File

@@ -5,6 +5,7 @@ require 'spec_helper'
describe EnterpriseFee do
describe "associations" do
it { is_expected.to belong_to(:enterprise).required }
it { is_expected.to belong_to(:tax_category).optional }
end
describe "validations" do