Fixed broken `bundle exec rake install`

This commit is contained in:
yalab 2017-09-26 17:56:38 +09:00
parent 5755f57f3e
commit cadf6f85f3
1 changed files with 2 additions and 0 deletions

View File

@ -11,4 +11,6 @@ Rake::TestTask.new do |test|
test.warning = false
end
task :package
task default: :test