diff --git a/Rakefile b/Rakefile index 68240044ec..f39f86e38e 100644 --- a/Rakefile +++ b/Rakefile @@ -4,3 +4,5 @@ Dir['tasks/**/*.rake'].each { |rake| load rake } require 'bundler' Bundler::GemHelper.install_tasks + +task default: %w[test]