Mercurial > hg > soundsoftware-site
comparison .svn/pristine/bd/bd644e6d1539b3037b05096fa2a2105f3d200ef8.svn-base @ 1296:038ba2d95de8 redmine-2.2
Fix redmine-2.2 branch update (add missing svn files)
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:05:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1296:038ba2d95de8 |
---|---|
1 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 |