Since I've upgraded to snow leopard I've been having tons of problems using cucumber to run my features.
Currently, every time I run cucumber I get the following error.
Missing these required gems: webrat
cucumber >= 0.3.100 webrat >= 0.5.0 rspec >= 1.2.6 rspec-rails >= 1.2.6You're running: ruby 1.9.1.243 at /usr/local/bin/ruby rubygems 1.3.5 at /Users/nkassis/.gem/ruby/1.9.1, /usr/local/lib/ruby/gems/1.9.1
Run
rake gems:install
to install the missing gems.
All these gems are installed (and reinstalled after snow leopard upgrade).