haxuan lac wrote in post #1101341:
> I'm using RubyMine for developing RoR and i found in RubyMine have Test
> file.But I read in rubyforge http://test-unit.rubyforge.org/ have
> Test-Unit for RoR.Could you help me about 2 problem:
> - how is different between RubyMine Test-Unit and Test-Unit in rubyforge
> - how can i run Test-Unit with Test-Unit in rubyforge(test-unit github:
> https://github.com/test-unit/test-unit.git)
> Thanks........

If you're planning to do xUnit style testing then I would recommend 
using Ruby 1.9's build-in test framework called MiniTest:

http://www.bootspring.com/2010/09/22/minitest-rubys-test-framework/

You can even opt for RSpec style BDD testing as described (pun intended) 
toward the end of the above blog.

Alternatively you may also choose the excellent, and very popular, RSpec 
for comprehensive BDD style testing:

https://github.com/rspec/rspec-rails

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to