ruby-minitest 5.8.3-1 source package in Ubuntu
Changelog
ruby-minitest (5.8.3-1) unstable; urgency=medium * Team upload * new upstream release -- Antonio Terceiro <email address hidden> Mon, 28 Dec 2015 11:01:02 -0300
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.3-1.dsc | 2.1 KiB | 21991dc96abf758bca0379a54761e55b4b3c833bc879d3f90c498857fea0da97 |
ruby-minitest_5.8.3.orig.tar.gz | 65.7 KiB | d385e11653bfbc66e605062812222e8972ea824ee7d11f49fce79efa0acbf3ad |
ruby-minitest_5.8.3-1.debian.tar.xz | 5.0 KiB | 3929e96440b81838c054a8f90f23edb1ac6ec92deb69ccee93353b8cbdf8af9f |
Available diffs
- diff from 5.8.0-1 to 5.8.3-1 (3.9 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.