[Groonga-commit] groonga/fluent-plugin-kotoumi [master] Use test-unit gem instead of bundled test/unit

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 28 11:13:15 JST 2013


Kouhei Sutou	2013-01-28 11:13:15 +0900 (Mon, 28 Jan 2013)

  New Revision: 7f800ad6b0475e0d38e7e6e3124c41772d4806c1
  https://github.com/groonga/fluent-plugin-kotoumi/commit/7f800ad6b0475e0d38e7e6e3124c41772d4806c1

  Log:
    Use test-unit gem instead of bundled test/unit

  Modified files:
    fluent-plugin-kotoumi.gemspec
    test/helper.rb

  Modified: fluent-plugin-kotoumi.gemspec (+1 -0)
===================================================================
--- fluent-plugin-kotoumi.gemspec    2013-01-28 11:08:52 +0900 (ae430a1)
+++ fluent-plugin-kotoumi.gemspec    2013-01-28 11:13:15 +0900 (68035dd)
@@ -30,4 +30,5 @@ Gem::Specification.new do |gem|
   gem.add_dependency "fluentd"
   gem.add_dependency "rroonga"
   gem.add_dependency "socketio-client"
+  gem.add_development_dependency "test-unit"
 end

  Modified: test/helper.rb (+2 -1)
===================================================================
--- test/helper.rb    2013-01-28 11:08:52 +0900 (0526a19)
+++ test/helper.rb    2013-01-28 11:13:15 +0900 (efaa823)
@@ -22,7 +22,8 @@ rescue Bundler::BundlerError => e
   $stderr.puts "Run `bundle install` to install missing gems"
   exit e.status_code
 end
-require 'test/unit'
+
+require 'test-unit'
 
 $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
 $LOAD_PATH.unshift(File.dirname(__FILE__))
-------------- next part --------------
HTML����������������������������...
다운로드 



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