simplecov
simplecov copied to clipboard
Minor documentation fix
There is a small documentation thing here: https://github.com/simplecov-ruby/simplecov#using-multiple-formatters. It is sufficient to use:
SimpleCov.formatters = [
...
]
... because the code will wrap the array in a multi-formatter anyway.