File: ruby-tests.rake

package info (click to toggle)
ruby-tilt 2.0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 692 kB
  • sloc: ruby: 4,535; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
require 'gem2deb/rake/testtask'

exclude = %w[
  test/tilt_coffeescripttemplate_test.rb
  test/tilt_sasstemplate_test.rb
]

Gem2Deb::Rake::TestTask.new do |t|
  t.libs << 'lib' << 'test'
  t.test_files = FileList['test/*_test.rb'] - exclude
end