test-unit 3.6.2

Ruby gem: test-unit

Install This Version

Using gem command

gem install test-unit -v 3.6.2

In your Gemfile

gem 'test-unit', '~> 3.6.2'

Frequently Asked Questions

How do I upgrade to test-unit version 3.6.2?

To upgrade to this version, update your Gemfile:

gem 'test-unit', '~> 3.6.2'

Then run:

bundle update test-unit

Note: Review the release notes and changelog before upgrading to ensure compatibility with your application.

Other Versions