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