# Common matchers for hexx/exceptions specs RSpec::Matchers.define :inherit do |ancestor| match do |subject| expect(subject.ancestors).to be_include ancestor end end