File: ruby-tests.rake

package info (click to toggle)
ruby-text-table 1.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 268 kB
  • ctags: 37
  • sloc: ruby: 805; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (3)
1
2
3
4
5
require 'gem2deb/rake/spectask'

Gem2Deb::Rake::RSpecTask.new do |spec|
  spec.pattern = FileList['./spec/**/*_spec.rb'] - ['./spec/integration/performance_spec.rb']
end