Merge pull request #337 from skywinder/fix-install

Fix installation by not running the specs - which have dependencies
This commit is contained in:
Petr Korolev
2016-02-25 15:35:29 +02:00
+1 -1
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]