[rspec-users] App can't start on production server due to RSpec missing
Fernando Perez
lists at ruby-forum.com
Fri Jan 16 16:15:29 EST 2009
>
> 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/.
More information about the rspec-users
mailing list