Module: RSpecTracer::Storage Private
- Defined in:
- lib/rspec_tracer/storage/schema.rb,
lib/rspec_tracer/storage/backend.rb,
lib/rspec_tracer/storage/snapshot.rb,
lib/rspec_tracer/storage/json_backend.rb,
lib/rspec_tracer/storage/lazy_snapshot.rb,
lib/rspec_tracer/storage/sqlite_backend.rb,
lib/rspec_tracer/storage/serializer/json.rb,
lib/rspec_tracer/storage/serializer/msgpack.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Internal Storage — see RSpecTracer for the user-facing surface.
Defined Under Namespace
Modules: Backend, Schema, Serializer Classes: JsonBackend, LazySnapshot, Snapshot, SqliteBackend