Ruby 1.9.1 Rails 2.3.5 and Cucumber

Hey there,

Im running on Ubuntu 9.1.

I’ve installed rspec gems, cucumber gems.

When trying to run the features, I’m getting an error , it seems to be the TestUnit, which is not installed.

$rake cucumber features -n

rake aborted! Could not find RubyGem test-unit (= 1.2.3)

Rodrigo, you need to install test-unit-1.2.3:

sudo gem install test-unit -v=1.2.3

Good luck,

-Conrad