diff --git a/Rakefile b/Rakefile index 2781aab..f970498 100644 --- a/Rakefile +++ b/Rakefile @@ -9,11 +9,11 @@ task :test do 1.upto(100) do sleep(0.01) - putc '.' + print 'MOAR NOTIFICATIONS...' $stdout.flush end # foo! - exit 0 + exit 1 end task :default => :test