File: ruby-tests.rake

package info (click to toggle)
ruby-mixlib-config 3.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 284 kB
  • sloc: ruby: 1,631; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (764)
1
2
3
4
5
require 'gem2deb/rake/spectask'

Gem2Deb::Rake::RSpecTask.new do |spec|
  spec.pattern = './spec/**/*_spec.rb'
end