3 # If Test::Unit is loaed, we'll use its error as baseclass, so that Test::Unit
4 # will report unmet RSpec expectations as failures rather than errors.
5 superclass = ['Test::Unit::AssertionFailedError', '::StandardError'].map do |c|
9 class ExpectationNotMetError < superclass