Adding "rake precommit" task for running specs against both MRI and JRuby

This commit is contained in:
Bryan Helmkamp 2008-11-28 03:03:23 -05:00
parent 17808cbfb4
commit 555e24394a
1 changed files with 3 additions and 1 deletions

View File

@ -86,3 +86,5 @@ task "spec:jruby" do
end end
task :default => :spec task :default => :spec
task :precommit => ["spec", "spec:jruby"]