fixture_kit 0.1.1
FixtureKit provides lightning-fast test setup by caching database records. Define fixtures using any tool (FactoryBot, raw ActiveRecord, etc.), and FixtureKit caches the SQL to replay in subsequent test runs.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
>= 8.0
activesupport
>= 8.0