I've just uninstalled all versions of rspec and installed rspec-2.0.0.beta.19 and rspec-rails-2.0.0.beta.19 for a rails project and I can't find the rspec command. Based on what bundler is telling me, I think it should be in: /usr/local/lib/ruby/gems/1.8/gems/bin/ but it isn't.
$ bundle show rspec /usr/local/lib/ruby/gems/1.8/gems/rspec-2.0.0.beta.19 Everything seems to have installed properly with "bundle install" $ bundle show | grep rspec * rspec (2.0.0.beta.19) * rspec-core (2.0.0.beta.19) * rspec-expectations (2.0.0.beta.19) * rspec-mocks (2.0.0.beta.19) * rspec-rails (2.0.0.beta.19) Anyone have ideas on where I should be looking or a direction to go? Cheers, Brad _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users