Skip to content

Commit f59ec58

Browse files
committed
Use the test-unit-ruby-core gem for Test::Unit::CoreAssertions
test/lib/core_assertions.rb and its dependencies are now packaged in the gem test-unit-ruby-core. Let's use it instead.
1 parent f4b8dac commit f59ec58

File tree

5 files changed

+2
-1204
lines changed

5 files changed

+2
-1204
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ group :development do
66
gem "rake"
77
gem "rake-compiler"
88
gem "test-unit", "~> 3.0", ">= 3.4.6"
9+
gem "test-unit-ruby-core"
910
# In the case of Ruby whose rdoc is not a default gem.
1011
gem "rdoc"
1112
end

0 commit comments

Comments
 (0)