minitest-display
minitest-display copied to clipboard
Patches MiniTest to allow for an easily configurable output. For Ruby 1.9 :D
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.2.8 to 1.13.0. Release notes Sourced from git's releases. Release v1.13.0 Full Changelog 8349224 Update list of maintainers (#598) 4fe8738 In ls-files do not unescape file paths...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.6 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
Bumps [rdoc](https://github.com/ruby/rdoc) from 4.2.0 to 6.3.2. Changelog Sourced from rdoc's changelog. === 5.1.0 / 2017-02-24 Bug fixes Fix an issue that rdoc fails when running on Windows with RUBYOPT=-U. PR...
Bumps [rack](https://github.com/rack/rack) from 1.6.0 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Added suite_field_formatter option to have more control over whitespace without forced newlines except before the suite name. Now you can have 1 line output for each suite name if that...
minitest-display appears to be incompatible with [CI::Reporter](https://github.com/nicksieger/ci_reporter). After the tests are finished, the following exception occurs: ``` /opt/src/foo/my-app/vendor/bundle/ruby/1.9.1/gems/minitest-display-0.0.3/lib/minitest/display.rb:221:in `status': You have a nil object when you didn't expect it! (NoMethodError)...