RSpec.shared_examples 'belongs to client' do subject { described_class.new } it do is_expected.to belong_to(:client).class_name('G5Updatable::Client'). with_foreign_key(:client_urn).with_primary_key(:urn) end end