mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
7 lines
261 B
Plaintext
7 lines
261 B
Plaintext
Separate the logs between examples to allow for easier understanding.
|
|
# Log Splitter for RSpec
|
|
|
|
This `RSpec` plugin allows you to change the logger for your library for each
|
|
separate example. This gives the ability to see the log output for each
|
|
specific test.
|