ruby-minitest 5.8.4-1 source package in Ubuntu
Changelog
ruby-minitest (5.8.4-1) unstable; urgency=medium * Imported Upstream version 5.8.4 * Bump debhelper compatibility level to 9 -- Cédric Boutillier <email address hidden> Sat, 23 Jan 2016 22:42:10 +0100
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- ruby
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-minitest_5.8.4-1.dsc | 1.7 KiB | 3926e1d33e932484a6d0b7ff674859c6f10c5d3c52a9e6f980e62dd873f52af9 |
ruby-minitest_5.8.4.orig.tar.gz | 65.9 KiB | 967c49fb58e6e3d2b76ee37c7747f0515e31a53491b1c19b5e984ade5674bc7e |
ruby-minitest_5.8.4-1.debian.tar.xz | 5.0 KiB | a8aafd1be3ccebf4a15c5c681aa4ad28d1f7b9021192bd8e04560af36781982f |
Available diffs
- diff from 5.8.3-1 to 5.8.4-1 (2.7 KiB)
No changes file available.
Binary packages built by this source
- ruby-minitest: Ruby test tools supporting TDD, BDD, mocking, and benchmarking
minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.
.
minitest/unit is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.
.
minitest/spec is a functionally complete spec engine. It hooks onto
minitest/unit and seamlessly bridges test assertions over to spec
expectations.
.
minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace your linear algorithm with an exponential
one!
.
minitest/mock by Steven Baker, is a beautifully tiny mock object
framework.
.
minitest/pride shows pride in testing and adds coloring to your test
output.
.
minitest/unit is meant to have a clean implementation for language
implementors that need a minimal set of methods to bootstrap a working
test suite. For example, there is no magic involved for test-case
discovery.