diff --git a/Rakefile b/Rakefile index 0835c08..0f08d7b 100644 --- a/Rakefile +++ b/Rakefile @@ -4,9 +4,10 @@ task :test do 1.upto 100 do sleep(0.01) putc '.' + puts 'rake is not part of the bundle' $stdout.flush end - exit 0 + exit 1 end task :default => :test