File: Rakefile

package info (click to toggle)
vagrant-cachier 1.2.1%2Bgit20221205.7e885eb-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 456 kB
  • sloc: ruby: 1,070; sh: 25; makefile: 12
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (3)
1
2
3
4
5
Dir['./tasks/**/*.rake'].each { |f| load f }

require 'bundler/gem_tasks'

task :ci => ['spec:unit']