Re: [rspec-users] RSpec --format --html:/path/to/file.html

2007-08-20 Thread aslak hellesoy
On 8/20/07, Cody P. Skidmore <[EMAIL PROTECTED]> wrote: > Scott Taylor wrote: > > Actually you can combine then in any way you choose. This would work > > as well: > > > > --format html:/foo/bar > > > >> --format > >> html:/path/to/my.html > >> > >> Then on the command line: > >> > >> spec spec -O

Re: [rspec-users] RSpec --format --html:/path/to/file.html

2007-08-20 Thread Cody P. Skidmore
Scott Taylor wrote: > Actually you can combine then in any way you choose. This would work > as well: > > --format html:/foo/bar > >> --format >> html:/path/to/my.html >> >> Then on the command line: >> >> spec spec -O path/to/spec.opts I was hesitant to bring this up again, but I couldn't run i

Re: [rspec-users] RSpec --format --html:/path/to/file.html

2007-08-19 Thread Scott Taylor
On Aug 18, 2007, at 1:59 AM, David Chelimsky wrote: > On 8/17/07, Cody P. Skidmore <[EMAIL PROTECTED]> wrote: >> Greetings everyone. I'm learning RSpec and am pretty fresh to >> Ruby/Rails, >> but am so excited I can't help jumping in. I'm running before I >> can walk >> here. :-) >> >> Ye

Re: [rspec-users] RSpec --format --html:/path/to/file.html

2007-08-19 Thread David Chelimsky
On 8/17/07, Cody P. Skidmore <[EMAIL PROTECTED]> wrote: > Greetings everyone. I'm learning RSpec and am pretty fresh to Ruby/Rails, > but am so excited I can't help jumping in. I'm running before I can walk > here. :-) > > Yesterday I tried outputting test results to HTML instead of colorized >

[rspec-users] RSpec --format --html:/path/to/file.html

2007-08-17 Thread Cody P. Skidmore
Greetings everyone. I'm learning RSpec and am pretty fresh to Ruby/Rails, but am so excited I can't help jumping in. I'm running before I can walk here. :-) Yesterday I tried outputting test results to HTML instead of colorized plain text. It looked like there were some entries in the change l