Categories: None [Edit]
constable-rails
Constable replaces RSpec/Minitest for Rails apps that want tests to be fast and
non-flaky by construction. Every test is isolated by default, nondeterminism is a
lint error rather than a CI surprise, and every escape hatch is reported until
someone deals with it. Existing RSpec and Minitest suites adopt it with a one-line
change per file and zero rewriting -- cold cases run verbatim through their original
engine while native cases run under strict rules, side by side in one run.
Ships with a case-file DSL (investigate/witness/briefing/docket), transactional
isolation, flake history with rename-surviving content-hash identity, a jail and
parole docket for legacy red suites, warrants for automatic flake detection, diff-based
coverage, parallel workers, git-diff test selection, and a RuboCop extension.
The gem is published as "constable-rails"; everything inside it -- the module, the
CLI, the config directory -- is simply "constable".
Total
Ranking: 116,136 of 196,881
Downloads: 6,593
Daily
Ranking: 53,400 of 196,850
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 7 | 1,437,791,275 | activesupport |
| 25 | 1,156,439,936 | thor |
| 36 | 845,970,420 | parser |
| 47 | 791,637,912 | railties |
| 285 | 196,246,223 | sqlite3 |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | raymond_hughes |