File: ruby-tests.rake

package info (click to toggle)
ruby-hamlit 2.15.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,996 kB
  • sloc: ruby: 10,548; ansic: 536; sh: 23; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 262 bytes parent folder | download
1
2
3
4
5
6
7
require 'gem2deb/rake/testtask'

Gem2Deb::Rake::TestTask.new do |t|
  t.libs = ['test']
  t.ruby_opts = %w[-rtest_helper]
  t.test_files = FileList['test/**/*_test.rb'] - FileList['test/haml/**/*_test.rb'] - FileList['test/hamlit/engine/attributes_test.rb']
end