File: ruby-tests.rake

package info (click to toggle)
ruby-text-table 1.2.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • 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