set default rake task back to spec

This commit is contained in:
Josh Holtrop 2018-11-06 22:14:34 -05:00
parent af033ee4e0
commit 07d9b97ddc

View File

@ -32,4 +32,4 @@ YARD::Rake::YardocTask.new do |yard|
yard.files = ['lib/**/*.rb']
end
task :default => :build_dist
task :default => :spec