File: ruby-tests.rake

package info (click to toggle)
ruby-bson 4.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,700 kB
  • sloc: ruby: 11,143; ansic: 1,339; java: 520; sh: 71; makefile: 17; python: 12
file content (6 lines) | stat: -rw-r--r-- 149 bytes parent folder | download
1
2
3
4
5
6
require 'gem2deb/rake/spectask'

Gem2Deb::Rake::RSpecTask.new do |spec|
  spec.pattern = './spec/**/*_spec.rb'
  spec.ruby_opts = "-Idebian/lib"
end