change the default task

This commit is contained in:
root
2019-09-20 05:20:18 +00:00
parent 625e4ce386
commit 43dd97fe72

View File

@@ -6,7 +6,7 @@
require 'yaml'
#require 'pry-byebug'
task :default => ["quick"]
task :default => ["all"]
desc "Run quick tests"
task :quick do