date
date copied to clipboard
NoMethodError: undefined method `assert_warning'
https://github.com/ruby/date/blob/c2d9cc29280e0eabb0bc72175c80704f1737a9fb/test/date/test_date_strftime.rb#L195
Probably it's better to rewrite this test without assert_warning since it's not defined.
This is part of test-unit-ruby-core, which is in the Gemfile. Did you follow the steps at https://github.com/ruby/date?tab=readme-ov-file#development ?
Yes, I havetest-unit-ruby-core-1.0.6 gem installed.
Can you post the output of bundle exec rake test ?