Hi, Found out the problem. Was a rather a simple one,
The rubygems installation hadn't updated the environment PATH variable with the path of all gem executables. So, $gem environment Notice the GEM PATHS I found my gem executables in /var/lib/gems/1.8/bin Append this path to PATH env variable in ~/.bashrc file using an export command to solve the problem. Thanks, Narayanan _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
