ruby-minitest 2.1.0-1 source package in Ubuntu

Changelog

ruby-minitest (2.1.0-1) unstable; urgency=low

  * Initial release.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 11:39:32 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-minitest_2.1.0.orig.tar.gz 30.5 KiB cbcba563f8de3773a02ce9692c164b5dd0f5464d7bec8fd584255b6ed11b279b
ruby-minitest_2.1.0-1.debian.tar.gz 3.2 KiB f2aa3b7d64f869dae4d042b0eb3eb4f7640f24ad995d1eeed65a9734ab933576
ruby-minitest_2.1.0-1.dsc 1.3 KiB 2a1333b6805bc42b5ac877637ae39ff663a0c834b67cda8bd1c7eca9b723f3fa

View changes file

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.