[Groonga-commit] groonga/groonga-query-log at c24afa8 [master] Use helper.rb as file name

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Nov 20 14:07:05 JST 2014


Kouhei Sutou	2014-11-20 14:07:05 +0900 (Thu, 20 Nov 2014)

  New Revision: c24afa8ff49713da2492f63a0a2bac31cbbe5d5a
  https://github.com/groonga/groonga-query-log/commit/c24afa8ff49713da2492f63a0a2bac31cbbe5d5a

  Message:
    Use helper.rb as file name

  Modified files:
    test/run-test.rb
  Renamed files:
    test/helper.rb
      (from test/groonga-query-log-test-utils.rb)

  Renamed: test/helper.rb (+0 -3) 96%
===================================================================
--- test/groonga-query-log-test-utils.rb    2014-11-20 14:04:28 +0900 (a2f531f)
+++ test/helper.rb    2014-11-20 14:07:05 +0900 (fdeb24c)
@@ -22,6 +22,3 @@ require "stringio"
 require "groonga/command"
 
 require "groonga/query-log"
-
-module GroongaQueryLogTestUtils
-end

  Modified: test/run-test.rb (+1 -1)
===================================================================
--- test/run-test.rb    2014-11-20 14:04:28 +0900 (5b010f6)
+++ test/run-test.rb    2014-11-20 14:07:05 +0900 (09dccca)
@@ -47,7 +47,7 @@ Test::Unit::Priority.enable
 $LOAD_PATH.unshift(lib_dir.to_s)
 
 $LOAD_PATH.unshift(test_dir.to_s)
-require "groonga-query-log-test-utils"
+require "helper"
 
 Dir.glob("#{base_dir}/test/**/test{_,-}*.rb") do |file|
   require file.sub(/\.rb\z/, '')
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る