mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-12 23:27:48 +00:00
7 lines
168 B
Ruby
7 lines
168 B
Ruby
# frozen_string_literal: true
|
|
|
|
RSpec.describe SemanticLink do
|
|
it { is_expected.to belong_to :subject }
|
|
it { is_expected.to validate_presence_of(:semantic_id) }
|
|
end
|