ruby-minitest 5.2.1-1 source package in Ubuntu

Changelog

ruby-minitest (5.2.1-1) unstable; urgency=medium


  * Imported Upstream version 5.2.1

 -- Cédric Boutillier <email address hidden>  Fri, 10 Jan 2014 20:16:37 +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 Pocket Published Component Section
Trusty release main ruby

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-minitest_5.2.1-1.dsc 2.0 KiB 34175fca90597c333e218adc5b337cbf7f5889a4c4362ad12bdb2314b41b7a15
ruby-minitest_5.2.1.orig.tar.gz 60.5 KiB 5ba6218837057e91ecb08634a30c8893434a9378a308efe8eac7ea743aa572ee
ruby-minitest_5.2.1-1.debian.tar.gz 4.4 KiB cc03da4c0e14eaf43e95e61ea29d72f1c3294ae05b3886518c333267636f0845

Available diffs

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.