File: ruby-tests.rake

package info (click to toggle)
ruby-jekyll-paginate-v2 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,988 kB
  • sloc: ruby: 1,085; sh: 7; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
require 'gem2deb/rake/testtask'
  
Gem2Deb::Rake::TestTask.new do |t|
  t.libs = ['specs']
  t.test_files = FileList['spec/**/*_spec.rb']
  t.verbose = true
  t.warning = true
end