File: .autotest

package info (click to toggle)
ruby-journey 1.0.4-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 288 kB
  • sloc: ruby: 2,830; javascript: 113; yacc: 42; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# -*- ruby -*-

require 'autotest/restart'

Autotest.add_hook :initialize do |at|
  at.testlib          = 'minitest/autorun'
  at.find_directories = ARGV unless ARGV.empty?
end