mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-15 04:14:24 +00:00
6 lines
80 B
Ruby
6 lines
80 B
Ruby
require 'spec_helper'
|
|
|
|
describe Suburb do
|
|
it { should belong_to(:state) }
|
|
end
|