Rake comes with great support for unit testing with Test::Unit out of the
box, you don't need an IDE to hook it all up for you. You can define a
Rake::TestTask and just run 'rake test'. Rails does this automatically.
RSpec comes with a similar Rake task that's as easy to define.

If you really want your IDE to show you colors and stuff, I know RubyMine
supports testing Rails applications and is cross-platform (written in Java).

Adam Stegman


On Wed, Aug 25, 2010 at 10:45 AM, Bill Walton <[email protected]> wrote:

> I saw a demo of VisualStudio's support for TDD for C++ (or C#, I can't
> recall which) this past weekend and was impressed.  Anybody know of an
> editor or IDE for Linux (Ubuntu specifically) or Windows that has
> built-in support for TDD for either Ruby or Rails?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<rubyonrails-talk%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to