]> source.dussan.org Git - redmine.git/commitdiff
svn propset svn:eol-style LF lib/plugins/awesome_nested_set/.autotest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 20 Jan 2014 01:47:06 +0000 (01:47 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 20 Jan 2014 01:47:06 +0000 (01:47 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12674 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/plugins/awesome_nested_set/.autotest

index 8614a66576ed92406401dd2050cc504e78ecdab3..54518a40ab14fc3fc67064b5783b88aedcab1b42 100644 (file)
@@ -1,13 +1,13 @@
-Autotest.add_hook :initialize do |at|\r
-  at.clear_mappings\r
-\r
-  at.add_mapping %r%^lib/(.*)\.rb$% do |_, m|\r
-    at.files_matching %r%^test/#{m[1]}_test.rb$%\r
-  end\r
-\r
-  at.add_mapping(%r%^test/.*\.rb$%) {|filename, _| filename }\r
-\r
-  at.add_mapping %r%^test/fixtures/(.*)s.yml% do |_, _|\r
-    at.files_matching %r%^test/.*\.rb$%\r
-  end\r
+Autotest.add_hook :initialize do |at|
+  at.clear_mappings
+
+  at.add_mapping %r%^lib/(.*)\.rb$% do |_, m|
+    at.files_matching %r%^test/#{m[1]}_test.rb$%
+  end
+
+  at.add_mapping(%r%^test/.*\.rb$%) {|filename, _| filename }
+
+  at.add_mapping %r%^test/fixtures/(.*)s.yml% do |_, _|
+    at.files_matching %r%^test/.*\.rb$%
+  end
 end
\ No newline at end of file