File: ruby-tests.rake

package info (click to toggle)
ruby-gettext-setup 0.34-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 292 kB
  • sloc: ruby: 807; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
require 'gem2deb/rake/spectask'

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

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