create manual only by default

This commit is contained in:
Petr Korolev 2016-02-25 15:28:11 +02:00
parent 0bfd702d21
commit cff1e8c5ed

View File

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