Skip to content

Commit

Permalink
rake :default => :test
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Oct 30, 2012
1 parent 4dc44f6 commit f2755fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ end
desc "run all tests"
task :test => [ 'test:java', 'test:ruby' ]

task :default => :test

desc "clean up"
task :clean do
rm_rf OUT_DIR
end

task :default => [ :jar ]

0 comments on commit f2755fa

Please sign in to comment.