Skip to content

Commit

Permalink
make this fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Feb 13, 2012
1 parent c814e5b commit 6f6a59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -7,13 +7,13 @@ task :test do
# puts "#{key}: #{ENV[key]}"
# end

1.upto(1000) do
1.upto(100) do
sleep(0.01)
putc '.'
$stdout.flush
end
# foo!
# exit 0
exit 0
end

task :default => :test

0 comments on commit 6f6a59e

Please sign in to comment.