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
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
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
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