How to consolidate old_project/test/* with new_project/spec/*?

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?

Many thanks!

On Wed, Aug 6, 2008 at 8:57 AM, Redd V. [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