File: .autotest

package info (click to toggle)
ruby-fakefs 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 288 kB
  • sloc: ruby: 2,782; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (7)
1
2
3
4
5
Autotest.add_hook :initialize do |at|
  at.add_mapping(%r%^test/.+_test.rb$%) do |filename, _|
    filename
  end
end