ruby-clean-test 1.0.0-1.1 source package in Ubuntu
Changelog
ruby-clean-test (1.0.0-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Sat, 09 Jan 2021 16:11:11 +0100
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Impish | release | universe | misc | |
Hirsute | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-clean-test_1.0.0-1.1.dsc | 2.1 KiB | 8120954856f73da6a159f1e1df44a7554f1a0a0ce97d10330f924e95c5fcae3a |
ruby-clean-test_1.0.0.orig.tar.gz | 15.4 KiB | 76e93311e4d032f5cbccea897d215c3647382e6d3d37c3d0766c3c789c7d7dbf |
ruby-clean-test_1.0.0-1.1.debian.tar.xz | 2.3 KiB | 61a7b22d962e53e5b39df91a507c679c7703b010abee14e045a9292d99cb6b5d |
Available diffs
- diff from 1.0.0-1 to 1.0.0-1.1 (371 bytes)
No changes file available.
Binary packages built by this source
- ruby-clean-test: Get unit tests readable and fluent
This library is a set of small, simple tools to make your Test::Unit test cases
easy to understand. This isn't a massive change in how you write tests, but
simply some helpful things will make your tests easier to read.
.
The main problems this library solves are: understanding what part of a test
method is setup, test, and evaluation; understanding what elements of a test
are relevant to the test, and which are arbitrary placeholders; removing the
requirement that your tests are method names.