Feat: Article public apis (#4955)
This commit is contained in:
@@ -11,7 +11,7 @@ RSpec.describe Category, type: :model do
|
||||
it { is_expected.to belong_to(:portal) }
|
||||
it { is_expected.to have_many(:articles) }
|
||||
it { is_expected.to have_many(:sub_categories) }
|
||||
it { is_expected.to have_many(:linked_categories) }
|
||||
it { is_expected.to have_many(:associated_categories) }
|
||||
it { is_expected.to have_many(:related_categories) }
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user