5 lines
101 B
Ruby
5 lines
101 B
Ruby
Dir['./tasks/**/*.rake'].each { |f| load f }
|
|
|
|
require 'bundler/gem_tasks'
|
|
|
|
task :ci => ['spec:unit']
|