Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rubygem-minitest5-5.8.5-1.el7 RPM for noarch

From EPEL 7 for ppc64 / Packages / r

Name: rubygem-minitest5 Distribution: Fedora Project
Version: 5.8.5 Vendor: Fedora Project
Release: 1.el7 Build date: Wed Sep 28 17:41:56 2016
Group: Development/Languages Build host: buildhw-09.phx2.fedoraproject.org
Size: 111332 Source RPM: rubygem-minitest5-5.8.5-1.el7.src.rpm
Packager: Fedora Project
Url: https://github.com/seattlerb/minitest
Summary: minitest provides a complete suite of testing facilities
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 (and stub)
object framework.

minitest/pride shows pride in testing and adds coloring to your test
output. I guess it is an example of how to write IO pipes too. :P
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.

minitest doesn't reinvent anything that ruby already provides, like:
classes, modules, inheritance, methods. This means you only have to
learn ruby to use minitest and all of your regular OO practices like
extract-method refactorings still apply.

Provides

Requires

License

MIT

Changelog

* Wed Sep 28 2016 Greg Hellings <greg.hellings@gmail.com> - 5.8.5-1
  - New upstream 5.8.5
* Tue Jan 26 2016 Greg Hellings <greg.hellings@gmail.com> - 5.8.4-1
  - Updated to new upstream
  - Removed Rakefile and installed tests
* Wed Jan 13 2016 Greg Hellings <greg.hellings@gmail.com> - 5.8.1-2
  - Modifying for EPEL7
  - Changing package name to rubygem-minitest5 to avoid collisions
* Wed Oct 21 2015 Vít Ondruch <vondruch@redhat.com> - 5.8.1-1
  - Update to minitest 5.8.1.
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Tue Apr 01 2014 Vít Ondruch <vondruch@redhat.com> - 5.3.1-1
  - Update to minitest 5.3.1.
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Wed Mar 27 2013 Josef Stribny <jstribny@redhat.com> - 4.7.0-1
  - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
  - Update to minitest 4.7.0.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sun Jan 22 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.10.1-1
  - 2.10.1
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Fri Jun 10 2011 Vít Ondruch <vondruch@redhat.com> - 1.6.0-3
  - Removed Rake circular dependency.
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Tue May 04 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.6.0-1
  - Update to 1.6.0 (#586505)
  - Patch0 removed
* Sat Nov 21 2009 Matthew Kent <mkent@magoazul.com> - 1.4.2-3
  - Drop Requires on hoe, only used by Rakefile (#538303).
  - Move Rakefile to -doc (#538303).
* Sat Nov 21 2009 Matthew Kent <mkent@magoazul.com> - 1.4.2-2
  - Better Source (#538303).
  - More standard permissions on files.
* Tue Nov 17 2009 Matthew Kent <mkent@magoazul.com> - 1.4.2-1
  - Initial package

Files

/usr/share/gems/gems/minitest-5.8.5
/usr/share/gems/gems/minitest-5.8.5/README.rdoc
/usr/share/gems/gems/minitest-5.8.5/lib
/usr/share/gems/gems/minitest-5.8.5/lib/hoe
/usr/share/gems/gems/minitest-5.8.5/lib/hoe/minitest.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest
/usr/share/gems/gems/minitest-5.8.5/lib/minitest.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest/assertions.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest/autorun.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest/benchmark.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest/expectations.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest/hell.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest/mock.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest/parallel.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest/pride.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest/pride_plugin.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest/spec.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest/test.rb
/usr/share/gems/gems/minitest-5.8.5/lib/minitest/unit.rb
/usr/share/gems/specifications/minitest-5.8.5.gemspec


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 13:55:58 2024