The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Integrating Ruby Tests with Cruise Control

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
Jared Richardson

Posts: 1031
Nickname: jaredr
Registered: Jun, 2005

Jared Richardson is an author, speaker, and consultant who enjoys working with Ruby and Rails.
Integrating Ruby Tests with Cruise Control Posted: Oct 18, 2006 6:29 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Jared Richardson.
Original Post: Integrating Ruby Tests with Cruise Control
Feed Title: Jared's Weblog
Feed URL: http://www.jaredrichardson.net/blog/index.rss
Feed Description: Jared's weblog. The web site was created after the launch of the book "Ship It!" and discusses issues from Continuous Integration to web hosting providers.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Jared Richardson
Latest Posts From Jared's Weblog

Advertisement

I recently blogged about Test Update, a project that makes Ruby tests generate JUnit XML log files. A very handy thing.

However, there were a few wrinkles. The releases didn't work quite right... okay, it didn't work. The release is broken. But the tip of the tree in Subversion works. If you're using the project, you're a developer, right?

I integrated this with another Rails project today so I wanted to list the steps for integrating it.

First, you've got to download the project. If you've already installed Subversion, then just execute the following line:

svn checkout svn://rubyforge.org/var/svn/test-report

From the new test-report directory we'll now run two commands.

ruby setup.rb config
ruby setup.rb install

Jared

Read: Integrating Ruby Tests with Cruise Control

Topic: Trying to Game PR Previous Topic   Next Topic Topic: Agile and The Taproot of Trust

Sponsored Links



Google
  Web Artima.com   

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