File: ruby-tests.rake

package info (click to toggle)
sup-mail 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,216 kB
  • sloc: ruby: 12,805; sh: 154; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
require 'gem2deb/rake/testtask'

ENV['LC_ALL'] = 'C.UTF-8'

Gem2Deb::Rake::TestTask.new do |t|
  t.libs = ['test']
  t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
end