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