create manual only by default

This commit is contained in:
Petr Korolev 2016-02-25 15:28:11 +02:00
parent c762f82917
commit 3e045e3b42

View File

@ -20,4 +20,4 @@ task :create_man do |_t|
end end
task checks: [:rubocop, :rspec] task checks: [:rubocop, :rspec]
task default: [:checks, :create_man] task default: [:create_man]