Re: [rspec-users] Test::Unit to RSpec

2007-08-23 Thread David Rice
On 23 Aug 2007, at 20:23, Scott Taylor wrote: On Aug 23, 2007, at 12:18 PM, David Rice wrote: Scott, There was a thread about this earlier... You might be interested in this plugin I wrote. Kinda basic but worked for me. http://www.davidjrice.co.uk/articles/2007/8/12/ruby-on-rails-plugin- t

Re: [rspec-users] Test::Unit to RSpec

2007-08-23 Thread Scott Taylor
On Aug 23, 2007, at 12:18 PM, David Rice wrote: > Scott, > > There was a thread about this earlier... You might be interested in > this plugin I wrote. Kinda basic but worked for me. > > http://www.davidjrice.co.uk/articles/2007/8/12/ruby-on-rails-plugin- > test-unit-to-rspec-converter Yeah -

Re: [rspec-users] Test::Unit to RSpec

2007-08-23 Thread David Rice
Scott, There was a thread about this earlier... You might be interested in this plugin I wrote. Kinda basic but worked for me. http://www.davidjrice.co.uk/articles/2007/8/12/ruby-on-rails-plugin- test-unit-to-rspec-converter Best, Dave On 18 Aug 2007, at 09:38, Scott Taylor wrote: So

[rspec-users] Test::Unit to RSpec

2007-08-19 Thread Scott Taylor
So I've just started working on a rails project which currently has something like 7500 LOC. All of the tests are written in Test::Unit, although the test coverage is pretty poor: rcov says that 25% of the code is covered, while rake stats shows the code to test ratio as 1:0.1 (800 lines

Re: [rspec-users] Test::Unit to RSpec Converter

2007-08-13 Thread aslak hellesoy
On 8/13/07, David Rice <[EMAIL PROTECTED]> wrote: > Hey, just posting in case this is of interest. > > I just recently wrote a Rails plugin to convert Rails Test::Unit cases to > RSpec. > > http://www.davidjrice.co.uk/articles/2007/8/12/ruby-on-rails-plugin-test-unit-to-rspec-converter > > it's not

[rspec-users] Test::Unit to RSpec Converter

2007-08-12 Thread David Rice
Hey, just posting in case this is of interest. I just recently wrote a Rails plugin to convert Rails Test::Unit cases to RSpec. http://www.davidjrice.co.uk/articles/2007/8/12/ruby-on-rails-plugin- test-unit-to-rspec-converter it's not going to work 100% in every case, but it's really helpe