From 146b09dc570f90158cc175c981bccc413e0bb62c Mon Sep 17 00:00:00 2001 From: Maikel Date: Thu, 3 Aug 2023 16:22:56 +1000 Subject: [PATCH] Spec EnterpriseFee tax_category association Co-authored-by: David Cook --- spec/models/enterprise_fee_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/models/enterprise_fee_spec.rb b/spec/models/enterprise_fee_spec.rb index cfbd5a9fee..892669e2ec 100644 --- a/spec/models/enterprise_fee_spec.rb +++ b/spec/models/enterprise_fee_spec.rb @@ -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