[Groonga-commit] droonga/drntest at 9125a82 [master] Remove "s" because it executes only one command

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 13 14:31:51 JST 2013


Kouhei Sutou	2013-12-13 14:31:51 +0900 (Fri, 13 Dec 2013)

  New Revision: 9125a8206404a0d39e5f6497a46c5898915cf46b
  https://github.com/droonga/drntest/commit/9125a8206404a0d39e5f6497a46c5898915cf46b

  Message:
    Remove "s" because it executes only one command

  Modified files:
    lib/drntest/request-executor.rb

  Modified: lib/drntest/request-executor.rb (+2 -2)
===================================================================
--- lib/drntest/request-executor.rb    2013-12-13 14:16:31 +0900 (76964d9)
+++ lib/drntest/request-executor.rb    2013-12-13 14:31:51 +0900 (05e2469)
@@ -25,11 +25,11 @@ module Drntest
     end
 
     def execute
-      normalize_result(execute_commands)
+      normalize_result(execute_command)
     end
 
     private
-    def execute_commands
+    def execute_command
       Droonga::Client.open(tag: owner.tag,
                            port: owner.port,
                            connect_timeout: 0.5) do |client|
-------------- next part --------------
HTML����������������������������...
下载 



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