test/run-test.rb in racknga-0.9.4 vs test/run-test.rb in racknga-0.9.5

- old
+ new

@@ -1,8 +1,8 @@ #!/usr/bin/env ruby # -# Copyright (C) 2010-2011 Kouhei Sutou <kou@clear-code.com> +# Copyright (C) 2010-2024 Sutou Kouhei <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 # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. @@ -29,10 +29,9 @@ require "rubygems" require "bundler/setup" require 'test/unit' -require 'test/unit/notify' Test::Unit::Priority.enable $LOAD_PATH.unshift(rroonga_ext_dir.to_s) $LOAD_PATH.unshift(rroonga_lib_dir.to_s)