c88f8f0dc9
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.
6 lines
261 B
Text
6 lines
261 B
Text
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.
|