File: ruby-tests.rake

package info (click to toggle)
yard 0.9.28-2%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,696 kB
  • sloc: ruby: 30,842; javascript: 7,556; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
require 'gem2deb/rake/spectask'

ENV['HOME'] = Dir.pwd

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