Skip to content

Commit bcf034e

Browse files
committed
Moving this to the end of the file so it's easier to find...
1 parent 3049c81 commit bcf034e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Rakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ end
2222

2323
require "./lib/annotate"
2424

25-
# want other tests/tasks run by default? Add them to the list
26-
task :default => [:spec]
27-
2825
require 'mg'
2926
MG.new("annotate.gemspec")
3027

@@ -55,3 +52,6 @@ namespace :rubinius do
5552
end
5653
end
5754
task :clobber => :'rubinius:clobber'
55+
56+
# want other tests/tasks run by default? Add them to the list
57+
task :default => [:spec]

0 commit comments

Comments
 (0)