File: ruby-tests.rake

package info (click to toggle)
ruby-spring 4.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 444 kB
  • sloc: ruby: 3,584; sh: 9; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
require 'gem2deb/rake/testtask'

ENV["RAILS_VERSION"] = '7.2'

Gem2Deb::Rake::TestTask.new do |t|
  t.libs = ['test']
  t.test_files = FileList['test/unit/**/*_test.rb'] + FileList['test/unit/**/test_*.rb']
end