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