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
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'
...