Redd Vinylene
2008-Aug-06 13:57 UTC
[rspec-users] 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! -- http://www.home.no/reddvinylene
David Chelimsky
2008-Aug-06 23:05 UTC
[rspec-users] How to consolidate old_project/test/* with new_project/spec/*?
On Wed, Aug 6, 2008 at 8:57 AM, Redd Vinylene <reddvinylene at gmail.com> 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 at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >