To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / bd / bd644e6d1539b3037b05096fa2a2105f3d200ef8.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (341 Bytes)

1 1296:038ba2d95de8 Chris
Autotest.add_hook :initialize do |at|
2
  at.clear_mappings
3
4
  at.add_mapping %r%^lib/(.*)\.rb$% do |_, m|
5
    at.files_matching %r%^test/#{m[1]}_test.rb$%
6
  end
7
8
  at.add_mapping(%r%^test/.*\.rb$%) {|filename, _| filename }
9
10
  at.add_mapping %r%^test/fixtures/(.*)s.yml% do |_, _|
11
    at.files_matching %r%^test/.*\.rb$%
12
  end
13
end