File: ruby-tests.rake

package info (click to toggle)
ruby-fast-stemmer 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 124 kB
  • ctags: 152
  • sloc: ansic: 281; makefile: 179; ruby: 26
file content (6 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#-*- mode: ruby; coding: utf-8 -*-
require 'gem2deb/rake/testtask'
Gem2Deb::Rake::TestTask.new do |t|
  t.test_files = FileList['test/**/*_test.rb']
  t.verbose = true
end