Skip to content

Commit

Permalink
Use the test-unit-ruby-core gem for Test::Unit::CoreAssertions
Browse files Browse the repository at this point in the history
test/lib/core_assertions.rb and its dependencies are now packaged in
the gem test-unit-ruby-core. Let's use it instead.
  • Loading branch information
rhenium authored and anakinj committed Feb 17, 2024
1 parent 1da84e5 commit 011d036
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,204 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ group :development do
gem "rake"
gem "rake-compiler"
gem "test-unit", "~> 3.0", ">= 3.4.6"
gem "test-unit-ruby-core"
# In the case of Ruby whose rdoc is not a default gem.
gem "rdoc"
end
Loading

0 comments on commit 011d036

Please sign in to comment.