Per the Rspec documentation, by default when you run rspec
you get the progress formatter (looks like this: ".....").
There is another formatting option rspec --format documentation
that goes through each test one by one. My question: how can I enable --format documentation
by default without having to type it in the command line every time?
~/.rspec
on Mac) – Bisayas