How do I set global configuration for RSpec in Ubuntu.
Specifically so, --color and --format specdoc stay turned on, across all my projects (ie every time I run rspe
If you use rake to run rspec tests then you can edit spec/spec.opts
http://rspec.info/rails/runners.html