File: ruby-tests.rake

package info (click to toggle)
ruby-minitest-excludes 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 120 kB
  • sloc: ruby: 147; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# Replace this by the standard debian/ruby-tests.rake on a release that has
# https://github.com/seattlerb/minitest-excludes/issues/3 fixed
task :default do
  Dir.chdir("debian/tests") do
    ruby "test/test.rb", "--verbose"
  end
end