File: ruby-tests.rake

package info (click to toggle)
ruby-minispec-metadata 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: ruby: 464; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (3)
1
2
3
4
5
require 'gem2deb/rake/testtask'

Gem2Deb::Rake::TestTask.new do |t|
  t.pattern = 'spec/**/*.spec.rb'
end