Autotest with RSpec just hangs after 'loading autotest/rails'

| | Comments (0) | TrackBacks (0)
For a new rails (v2.2.2) project I upgraded my gems of RSpec (v1.1.12) and ZenTest (v3.11.0) but when I try to run autotest, it stalls out:

$ autotest
loading autotest/rails

Digging in google I found a solution, just do:
$ RSPEC=true autotest

Then autotest runs normally.
If you want, you can export the RSPEC variable in your ~/.bashrc file (this file determines the behavior of interactive shells):
$ export RSPEC=true

Start a new shell or just run:
$ ~/.bashrc

After that you can just run:
$ autotest

0 TrackBacks

Listed below are links to blogs that reference this entry: Autotest with RSpec just hangs after 'loading autotest/rails'.

TrackBack URL for this entry: http://www.hasmanydevelopers.com/cgi-bin/mt/mt-tb.cgi/11

Leave a comment

About this Entry

This page contains a single entry by Edgar González published on January 20, 2009 6:46 PM.

rdiff-backup: Warning: Local version 1.1.14 does not match remote version 1.1.15. was the previous entry in this blog.

A Postfix nightmare on Gentoo with a twist of Ruby on Rails is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.