dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

.rspec file needs minor change on formatter name for rspec1 to rspec2 update

Open helloanh opened this issue 11 years ago • 0 comments

rspec1 to rspec2 update needs to change .rspec file or your TDD won't work for rails/ruby.

If your.rspec file only have: --color and I was still getting this error. You need to change it to this: --format documentation --color

This issue was opened and solved here on stackoverflow.

helloanh avatar Nov 24 '14 19:11 helloanh