Sha256: 7839870c0d1a922612225611eb333d1c171c64fb3abc48a00743102d315dbf3e
Contents?: true
Size: 361 Bytes
Versions: 12
Compression:
Stored size: 361 Bytes
Contents
module RSpec module Core # If Test::Unit is loaed, we'll use its error as baseclass, so that Test::Unit # will report unmet RSpec expectations as failures rather than errors. begin class PendingExampleFixedError < Test::Unit::AssertionFailedError; end rescue class PendingExampleFixedError < StandardError; end end end end
Version data entries
12 entries across 12 versions & 3 rubygems