match { |subject| expect(subject.prototype).to eq prototype }
  description { "have prototype name `#{prototype}'" }
  failure_message { |subject| "expected #{subject} to have prototype `#{prototype}' but had `#{subject.prototype}'" }