[Groonga-commit] droonga/drntest at c7b8cf6 [master] Remove needless information from method name

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 17 18:00:44 JST 2013


Kouhei Sutou	2013-12-17 18:00:44 +0900 (Tue, 17 Dec 2013)

  New Revision: c7b8cf6c4a96310f8ca5c8376433851fe7754a76
  https://github.com/droonga/drntest/commit/c7b8cf6c4a96310f8ca5c8376433851fe7754a76

  Message:
    Remove needless information from method name

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

  Modified: lib/drntest/test-executor.rb (+2 -2)
===================================================================
--- lib/drntest/test-executor.rb    2013-12-13 19:03:55 +0900 (a311849)
+++ lib/drntest/test-executor.rb    2013-12-17 18:00:44 +0900 (00e0cfb)
@@ -29,7 +29,7 @@ module Drntest
     def execute
       actuals = []
       logging = true
-      load_request_envelopes.each do |request|
+      requests.each do |request|
         if request.is_a?(Directive)
           case request.type
           when :enable_logging
@@ -53,7 +53,7 @@ module Drntest
       Pathname(path).expand_path(@owner.base_path)
     end
 
-    def load_request_envelopes
+    def requests
       load_jsons(@test_path)
     end
 
-------------- next part --------------
HTML����������������������������...
下载 



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