[Groonga-commit] droonga/drntest at 0145580 [master] Unindent

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 25 23:33:05 JST 2013


Kouhei Sutou	2013-11-25 23:33:05 +0900 (Mon, 25 Nov 2013)

  New Revision: 0145580f9f1c439e1c5e365ec1a9d839fc0403d5
  https://github.com/droonga/drntest/commit/0145580f9f1c439e1c5e365ec1a9d839fc0403d5

  Message:
    Unindent

  Modified files:
    lib/drntest/tester.rb

  Modified: lib/drntest/tester.rb (+3 -3)
===================================================================
--- lib/drntest/tester.rb    2013-11-25 23:30:46 +0900 (e313989)
+++ lib/drntest/tester.rb    2013-11-25 23:33:05 +0900 (850544a)
@@ -133,9 +133,9 @@ module Drntest
         else
           matcher = @pattern
         end
-          tests.select! do |test|
-            matcher === test.basename(".test").to_s
-          end
+        tests.select! do |test|
+          matcher === test.basename(".test").to_s
+        end
       end
 
       tests
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index