> > I would delete that rake task file (lib/rspec.rake) if you don't have > rspec installed. > > Scott
I run rspec on my dev machine, but obviously not on my production machine, what would be the nicest way to handle such scenario? At the top of rspec.rake I could add a check on the environment, I could also not add this file to my repository but I could forget about this file in future clones of my repo, etc. How did you solve this problem? -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users