File: ruby-tests.rake

package info (click to toggle)
ruby-validate-email 0.1.6%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 160 kB
  • sloc: ruby: 229; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
require 'gem2deb/rake/spectask'

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