File: ruby-tests.rake

package info (click to toggle)
ruby-rufus-scheduler 3.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 524 kB
  • sloc: ruby: 4,324; makefile: 26
file content (7 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
3
4
5
6
7
require 'gem2deb/rake/spectask'

ENV['TZ'] = 'UTC'

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