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