Hi, I just run in the following problem when starting a Rails app on my production server:
You have rspec rake tasks installed in /home/thomas/rails_apps/video_on_demand/lib/tasks/rspec.rake, but rspec can not be found in vendor/gems, vendor/plugins or on the system. Obviously I don't want Rails to load anything related to rspec, how can I tell Rails that it should not care about RSpec on the production environment? A quick fix is to install rspec and rspec-rails gems on production server, but I don't get why the app wants them installed. -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users