[Groonga-commit] groonga/groonga-query-log at b3954a5 [master] Use rr as mock library

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jul 5 18:29:39 JST 2013


Kouhei Sutou	2013-07-05 18:29:39 +0900 (Fri, 05 Jul 2013)

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

  Message:
    Use rr as mock library

  Modified files:
    groonga-query-log.gemspec
    test/run-test.rb

  Modified: groonga-query-log.gemspec (+2 -1)
===================================================================
--- groonga-query-log.gemspec    2013-07-05 18:15:24 +0900 (df3e586)
+++ groonga-query-log.gemspec    2013-07-05 18:29:39 +0900 (56521b7)
@@ -1,6 +1,6 @@
 # -*- mode: ruby; coding: utf-8 -*-
 #
-# Copyright (C) 2012  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2012-2013  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -56,6 +56,7 @@ Gem::Specification.new do |spec|
 
   spec.add_development_dependency("test-unit")
   spec.add_development_dependency("test-unit-notify")
+  spec.add_development_dependency("test-unit-rr")
   spec.add_development_dependency("rake")
   spec.add_development_dependency("bundler")
   spec.add_development_dependency("packnga")

  Modified: test/run-test.rb (+1 -0)
===================================================================
--- test/run-test.rb    2013-07-05 18:15:24 +0900 (c610b9b)
+++ test/run-test.rb    2013-07-05 18:29:39 +0900 (05beada)
@@ -36,6 +36,7 @@ test_dir = base_dir + "test"
 
 require "test-unit"
 require "test/unit/notify"
+require "test/unit/rr"
 
 Test::Unit::Priority.enable
 
-------------- next part --------------
HTML����������������������������...
Download 



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