Skip to content

Commit

Permalink
test: don't use test-unit-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 24, 2024
1 parent e09e2d2 commit a1cd625
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 2 additions & 3 deletions groonga-command-parser.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- mode: ruby; coding: utf-8 -*-
# -*- mode: ruby -*-
#
# Copyright (C) 2012-2017 Kouhei Sutou <[email protected]>
# Copyright (C) 2012-2024 Sutou Kouhei <[email protected]>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -56,7 +56,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency("json-stream")

spec.add_development_dependency("test-unit")
spec.add_development_dependency("test-unit-notify")
spec.add_development_dependency("rake")
spec.add_development_dependency("bundler")
spec.add_development_dependency("packnga")
Expand Down
5 changes: 1 addition & 4 deletions test/run-test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
#
# Copyright (C) 2012-2016 Kouhei Sutou <[email protected]>
# Copyright (C) 2012-2024 Sutou Kouhei <[email protected]>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand All @@ -23,9 +23,6 @@
test_dir = File.join(base_dir, "test")

require "test-unit"
require "test/unit/notify"

Test::Unit::Priority.enable

groonga_command_dir = File.join(base_dir, "..", "groonga-command")
groonga_command_dir = File.expand_path(groonga_command_dir)
Expand Down

0 comments on commit a1cd625

Please sign in to comment.