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_uid).with_primary_key(:uid) end end