Kouhei Sutou
null+****@clear*****
Mon Jan 28 11:17:28 JST 2013
Kouhei Sutou 2013-01-28 11:17:28 +0900 (Mon, 28 Jan 2013) New Revision: 1a63157fa4f0d8b06d1ab773e912b00b2b2c8b59 https://github.com/groonga/fluent-plugin-kotoumi/commit/1a63157fa4f0d8b06d1ab773e912b00b2b2c8b59 Log: Use test-unit-notify Modified files: fluent-plugin-kotoumi.gemspec test/helper.rb Modified: fluent-plugin-kotoumi.gemspec (+1 -0) =================================================================== --- fluent-plugin-kotoumi.gemspec 2013-01-28 11:13:15 +0900 (68035dd) +++ fluent-plugin-kotoumi.gemspec 2013-01-28 11:17:28 +0900 (e97b302) @@ -31,4 +31,5 @@ Gem::Specification.new do |gem| gem.add_dependency "rroonga" gem.add_dependency "socketio-client" gem.add_development_dependency "test-unit" + gem.add_development_dependency "test-unit-notify" end Modified: test/helper.rb (+1 -0) =================================================================== --- test/helper.rb 2013-01-28 11:13:15 +0900 (efaa823) +++ test/helper.rb 2013-01-28 11:17:28 +0900 (16b6270) @@ -24,6 +24,7 @@ rescue Bundler::BundlerError => e end require 'test-unit' +require 'test/unit/notify' $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) -------------- next part -------------- HTML����������������������������...Download