Sha256: f9d8037a820e5cf5d8cec5651be026eb1862df7da56c7fc20e3255ebd7065e9b
Contents?: true
Size: 248 Bytes
Versions: 5
Compression:
Stored size: 248 Bytes
Contents
module RSpec module Core # Persists example ids and their statuses so that we can filter # to just the ones that failed the last time they ran. # @private class ExampleStatusPersister def persist end end end end
Version data entries
5 entries across 5 versions & 1 rubygems