The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Getting started with Autotest

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Philippe Hanrigou

Posts: 32
Nickname: ph7
Registered: Nov, 2007

Philippe Hanrigou is a consultant specializing in enterprise software and agile methodologies
Getting started with Autotest Posted: Nov 12, 2007 5:48 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Philippe Hanrigou.
Original Post: Getting started with Autotest
Feed Title: Latest updates from PH7
Feed URL: http://ph7spot.com/updates/atom
Feed Description: Tips and resources on Ruby, Java, Unix, Object-Oriented Programming, Design Patterns and Agile methodologies.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Philippe Hanrigou
Latest Posts From Latest updates from PH7

Advertisement

Why manually run your tests, when the computer can do it for you! Autotest is a great tool to speed up test-driven development with Ruby or Ruby on Rails. Autotest makes your coding session even more productive as it automatically runs a subset of your test suite each time you change a file. Autotest is smart -- it figures out which subset to run based on the files you've changed. Think of it as Continuous Testing.

Autotest source code is well-documented (rdoc) but finding a high level overview online is a little more challenging. This article will get you up and running in no time, so that you may concentrate on writing code. Let's get started!

Read: Getting started with Autotest

Topic: Rails: Integer#even? Previous Topic   Next Topic Topic: Rails: String#each_char

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use