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
commit 8e9ff4cb8a

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]