File: ruby-tests.rake

package info (click to toggle)
ruby-librarian 0.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 608 kB
  • sloc: ruby: 5,991; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
require 'gem2deb/rake/spectask'

FileUtils.cp 'VERSION', 'lib/librarian/VERSION'
Gem2Deb::Rake::RSpecTask.new do |spec|
  spec.pattern = './spec/**/*_spec.rb'
end