Re: [rspec-users] spec.opts is deprecated - Using options file with RSpec 2

2010-06-05 Thread David Chelimsky
On Jun 5, 2010, at 3:12 PM, David Chelimsky wrote: > On Jun 5, 2010, at 3:08 PM, Kristian Mandrup wrote: > >> 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 e

Re: [rspec-users] spec.opts is deprecated - Using options file with RSpec 2

2010-06-05 Thread Kristian Mandrup
Thanks ;) I also tried to follow the instructions on using autospec/autotest, first from the RSpec book then from instructions found on the net. I managed to do the following so far: # config/cucumber.yml default: --format profile features html_report: --format progress --format html -- out=feat

Re: [rspec-users] spec.opts is deprecated - Using options file with RSpec 2

2010-06-05 Thread David Chelimsky
On Jun 5, 2010, at 3:08 PM, Kristian Mandrup wrote: > 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 wor

[rspec-users] spec.opts is deprecated - Using options file with RSpec 2

2010-06-05 Thread Kristian Mandrup
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 o