On Wed, Aug 6, 2008 at 8:57 AM, Redd Vinylene <[EMAIL PROTECTED]> wrote: > Hello everybody:) > > I'm new to this, but how should I go about consolidating > old_project/test/* with new_project/spec/*? > > Here is the contents of my old_project/test/* -- http://pastie.org/248453 > > Would I have to rewrite everything?
In your test_helper.rb file, require 'spec' after requiring 'test/unit' and rspec will run your tests for you. Cheers, David > > Many thanks! > > -- > http://www.home.no/reddvinylene > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users