File: ruby-tests.rake

package info (click to toggle)
ruby-six 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 176 kB
  • ctags: 31
  • sloc: ruby: 295; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (781)
1
2
3
4
5
require 'gem2deb/rake/spectask'

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