##// END OF EJS Templates
svn propset svn:eol-style LF lib/plugins/awesome_nested_set/.autotest...
Toshi MARUYAMA -
r12399:4d95f815d2ce
parent child
Show More
@@ -1,13 +1,13
1 Autotest.add_hook :initialize do |at|
1 Autotest.add_hook :initialize do |at|
2 at.clear_mappings
2 at.clear_mappings
3
3
4 at.add_mapping %r%^lib/(.*)\.rb$% do |_, m|
4 at.add_mapping %r%^lib/(.*)\.rb$% do |_, m|
5 at.files_matching %r%^test/#{m[1]}_test.rb$%
5 at.files_matching %r%^test/#{m[1]}_test.rb$%
6 end
6 end
7
7
8 at.add_mapping(%r%^test/.*\.rb$%) {|filename, _| filename }
8 at.add_mapping(%r%^test/.*\.rb$%) {|filename, _| filename }
9
9
10 at.add_mapping %r%^test/fixtures/(.*)s.yml% do |_, _|
10 at.add_mapping %r%^test/fixtures/(.*)s.yml% do |_, _|
11 at.files_matching %r%^test/.*\.rb$%
11 at.files_matching %r%^test/.*\.rb$%
12 end
12 end
13 end No newline at end of file
13 end
General Comments 0
You need to be logged in to leave comments. Login now