mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
9 lines
191 B
Ruby
9 lines
191 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'spec_helper'
|
|
|
|
RSpec.describe SemanticLink do
|
|
it { is_expected.to belong_to :subject }
|
|
it { is_expected.to validate_presence_of(:semantic_id) }
|
|
end
|