mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
6 lines
120 B
Ruby
6 lines
120 B
Ruby
require "rails_helper"
|
|
|
|
describe Address do
|
|
it { should belong_to(:contact) }
|
|
it { should belong_to(:country) }
|
|
end
|