Skip to content

Commit

Permalink
Rakefile: Define a default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
meganemura authored and Guillaume Delugré committed Jun 17, 2018
1 parent 5ae83cc commit db87de1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ end
task :clean do
Rake::Cleaner.cleanup_files Dir['*.gem', 'doc', 'examples/**/*.pdf']
end

task :default => :test

0 comments on commit db87de1

Please sign in to comment.