Title of New Package

Edit Package rubygem-minitest
PUT_UPSTREAM_URL_HERE

LONG DESCRIPTION
GOES
HERE

Refresh
Refresh
Source Files
Filename Size Changed
minitest-5.0.0.gem 0000060928 59.5 KB
rubygem-minitest.changes 0000012572 12.3 KB
rubygem-minitest.spec 0000004493 4.39 KB
Revision 25 (latest revision is 88)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 25)
- updated to version 5.0.0
 * MiniTest.runner is dead. No more manager objects.
 * MiniTest::Unit#record is dead. Use a Reporter instance instead.
 * MiniTest::Unit._run_* is dead. Runnable things are responsible for their own runs.
 * MiniTest::Unit.output is dead. No more centralized IO.
 
 Major (oft incompatible) changes:
 
 * Renamed MiniTest to Minitest. Your pinkies will thank me. (aliased to MiniTest)
 * Removed MiniTest::Unit entirely. No more manager objects.
 * Added Minitest::Runnable. Everything minitest can run subclasses this.
 * Renamed MiniTest::Unit::TestCase to Minitest::Test (subclassing Runnable).
 * Added Minitest::Benchmark.
   * Your benchmarks need to move to their own subclass.
   * Benchmarks using the spec DSL have to have "Bench" somewhere in their describe.
 * MiniTest::Unit.after_tests moved to Minitest.after_tests
 * MiniTest::Unit.autorun is now Minitest.autorun. Just require minitest/autorun pls.
 * Removed ParallelEach#grep since it isn't used anywhere.
 * Renamed Runnable#__name__ to Runnable#name (but uses @NAME internally).
 * Runnable#run needs to return self. Allows for swapping of results as needed.
 
 Minor moves:
 
 * Moved Assertions module to minitest/assertions.rb
 * Moved Expectations module to minitest/expectations.rb
 * Moved Test to minitest/test.rb
 * Moved everything else in minitest/unit.rb to minitest.rb
 * minitest/unit.rb is now just a small (user-test only) compatibility layer.
 * Moved most of minitest/pride into minitest/pride_plugin.
 * minitest/pride now just activates pride.
Comments 0
openSUSE Build Service is sponsored by