Skip to content

Enable rspec documentation formatter and color output

Stan Hu requested to merge enable-rspec-formatter into master

Current rspec just outputs a = as each test runs. This enables the documentation formatter and color output to make it easier to know what is going on with each spec.

Merge request reports