I had a similar issue recently.  If you are using bundler and only specify 
rspec-rails to load in the :test environment, i.e. not in the :development 
environment, when you run rake rspec you will get no output.  You must 
specify rspec-rails in :test AND :development (it doesn' t load the whole 
gem in :development, just the rake tasks and generators).
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to