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