changed the default task to quick

This commit is contained in:
root
2019-09-20 05:40:54 +00:00
parent 43dd97fe72
commit 060ed96c7f

View File

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