Skip to content

Commit

Permalink
Don't use test-unit-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 18, 2024
1 parent a7ec693 commit 3541c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions locale.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ Ruby-Locale is the pure ruby library which provides basic APIs for localization.
s.test_files = Dir.glob("test/test_*.rb")
end

s.add_development_dependency("rake")
s.add_development_dependency("bundler")
s.add_development_dependency("yard")
s.add_development_dependency("kramdown")
s.add_development_dependency("rake")
s.add_development_dependency("test-unit")
s.add_development_dependency("test-unit-notify")
s.add_development_dependency("test-unit-rr")
s.add_development_dependency("yard")
end
1 change: 0 additions & 1 deletion test/run-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
$LOAD_PATH.unshift(lib_dir)

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

exit Test::Unit::AutoRunner.run(true, test_dir)

0 comments on commit 3541c07

Please sign in to comment.