Commit bcf034e1 by Jon Frisby

Moving this to the end of the file so it's easier to find...

parent 3049c810
...@@ -22,9 +22,6 @@ end ...@@ -22,9 +22,6 @@ end
require "./lib/annotate" require "./lib/annotate"
# want other tests/tasks run by default? Add them to the list
task :default => [:spec]
require 'mg' require 'mg'
MG.new("annotate.gemspec") MG.new("annotate.gemspec")
...@@ -55,3 +52,6 @@ namespace :rubinius do ...@@ -55,3 +52,6 @@ namespace :rubinius do
end end
end end
task :clobber => :'rubinius:clobber' task :clobber => :'rubinius:clobber'
# want other tests/tasks run by default? Add them to the list
task :default => [:spec]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment