Project
Reverse Dependencies for rspec-core
The projects listed here declare rspec-core as a runtime or development dependency
0.0
Pure Ruby implementation of the sorted grep command.
2021
2022
2023
2024
2025
2026
0.0
RSpec::Abq is an rspec plugin that replaces its ordering with one that is controlled by abq. It allows for parallelization of rspec on a single machine or across multiple workers.
2021
2022
2023
2024
2025
2026
0.0
A testing framework for chatbot and AI agent conversations, providing DSL, matchers, parallel execution, and HTML reporting.
2021
2022
2023
2024
2025
2026
0.0
RSpec formatter optimized for AI agents and CI systems.
Outputs compact NDJSON with file references instead of verbose text.
Supports log splitting, error deduplication, and context-efficient reporting.
2021
2022
2023
2024
2025
2026
0.0
Automatically generates the documentation for your HTTP API.
2021
2022
2023
2024
2025
2026
0.0
Discovers runnable RSpec examples as RSpec IDs and emits matching JUnit
identities for CircleCI Smarter Testing.
2021
2022
2023
2024
2025
2026
0.0
Infer which RSpec test files to run based on currently changed files
2021
2022
2023
2024
2025
2026
0.0
Split one big RSpec test file into many smaller ones for parallel execution
2021
2022
2023
2024
2025
2026
0.0
rspec-blame provides a Blame formatter that outputs git blame details for the slowest examples above a profile threshold when profiling with RSpec.
2021
2022
2023
2024
2025
2026
0.0
An RSpec formatter that provides step-like message output
2021
2022
2023
2024
2025
2026
0.0
A beautiful RSpec formatter with TTY progress bars, colored output, and a stunning coverage report table.
2021
2022
2023
2024
2025
2026
0.0
Load test suite's HTTP interactions and register WebMock stubs for RSpec.
2021
2022
2023
2024
2025
2026
0.0
Run your RSpec suite in parallel on top of Celluloid
2021
2022
2023
2024
2025
2026
0.0
RSpec extension gem for attribute matching
2021
2022
2023
2024
2025
2026
0.0
RSpec extension gem for attribute matching
2021
2022
2023
2024
2025
2026
0.0
Outputs the result of rspec as a checkstyle format.
2021
2022
2023
2024
2025
2026
0.0
rspec formatter that gives a more readable output on CI runs (specifically Github actions)
2021
2022
2023
2024
2025
2026
0.0
An RSpec plugin that generates coverage data for CircleCI's Smarter Testing
2021
2022
2023
2024
2025
2026
0.0
Enables to click-open RSpec failure backtrace lines
2021
2022
2023
2024
2025
2026
0.0
For example:
collection.should all_be > 0
will specify that each element of the collection should be greater
than zero. Each element of the collection that fails the test will
be reported in the error message.
2021
2022
2023
2024
2025
2026