Project

scampi

0.0
Low commit activity in last 3 years
Scampi is a small RSpec clone weighing less than 350 LoC but nevertheless providing all essential features. Includes a TAP (Test Anything Protocol) harness and assertion library. http://github.com/general-intelligence-systems/scampi
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Scampi

A small Ruby test framework forked from Bacon with built-in TAP version 14 output. Tests can live alongside your implementation code using co-located test blocks that only run when the file is executed directly or via the scampi CLI.

Requires Ruby >= 3.3 and ripgrep for test discovery.

Usage

Please see the project documentation for more details.

See Also

License

Released under the MIT License. See COPYING for details.