mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
10 lines
173 B
Ruby
10 lines
173 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'spec_helper'
|
|
|
|
describe CustomTab do
|
|
describe 'associations' do
|
|
it { is_expected.to belong_to(:enterprise).required }
|
|
end
|
|
end
|