gem install coco
Require the coco library at the beginning of your tests
require 'coco'
Usually you do this only once, by putting this line in an spec_helper.rb, or test_helper.rb (or whatever you named it).
Configuration is done via a YAML file.
:include:
- lib
:exclude:
- config/initializers
:always_run: false
:theme: light