Re: [rspec-users] [Rails, RSpec] The config.gem rake task chicken and egg thing

2009-01-19 Thread Scott Taylor
Matt Wynne wrote: Sorry folks, because I know this has been asked before but I don't remember anyone giving enough detail for me to sort this out the way I want to. How do I change my rake tasks to silently fail if they can't require rspec? I can do this: begin require 'spec/rake/spe

[rspec-users] [Rails, RSpec] The config.gem rake task chicken and egg thing

2009-01-19 Thread Matt Wynne
Sorry folks, because I know this has been asked before but I don't remember anyone giving enough detail for me to sort this out the way I want to. How do I change my rake tasks to silently fail if they can't require rspec? I can do this: begin require 'spec/rake/spectask' ...