File: ruby-tests.rb

package info (click to toggle)
ruby-scientist 1.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 268 kB
  • sloc: ruby: 1,148; sh: 26; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (2)
1
2
3
# Using ruby-tests.rake would mean maintaining a patch to add require
# statements in all test files
system('./script/test') or raise 'Could not run tests'