Using RSpec 2 beta.

$ rspec spec

* spec/spec.opts is deprecated.
* please use .rspec or ~/.rspec instead.

I tried renaming the file to .rspec but then it has no effect!

# spec/.rspec
--format nested
--color

It works if I copy it to ~/.rspec and it turns out, also if I
copy .rspec to the root of my application ;)

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to