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!
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs