summaryrefslogtreecommitdiff
path: root/spec/models/user_account_address_spec.rb
blob: b040c122b9372ce18a06bec34df1434119fde43f (plain)
1
2
3
4
5
6
require 'rails_helper'

RSpec.describe UserAccountAddress, type: :model do
  it { should belong_to(:address) }
  it { should belong_to(:user_account) }
end