pkgsrc/devel/ruby-minitest/PLIST

30 lines
1.1 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.5 2015/10/04 12:20:21 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
Update ruby-minitest to 5.7.0. === 5.7.0 / 2015-05-27 * 1 major enhancement: * assert_raises now matches subclasses of the expected exception types. (jeremyevans) * 3 minor enhancements: * Added :block type for minitest/spec's #infect_an_assertion. (jeremyevans) * Inline verification error messages in minitest/mock for GC performance. (zamith) * assert_raises defaults to RuntimeError if not specified. (jeremyevans) * 4 bug fixes: * Added 'class' to minitest/mock's overridden_methods list. (zamith) * Added file/line to infect_an_assertion's class_eval call. (jeremyevans) * Cleared UnexpectedError's mesg w/ generic string. * Fixed non-proc-oriented expectations when used on proc target. (jeremyevans) === 5.6.1 / 2015-04-27 * 2 bug fixes: * Added Minitest.clock_time and switched all Time.now to it. (tenderlove) * Moved Minitest::Expectations#_ into Minitest::Spec::DSL. === 5.6.0 / 2015-04-13 * 4 major enhancements: * Added Minitest::Expectation value monad. * Added Minitest::Expectations#_ that returns an Expectation. Aliased to value. * All expectations are added to Minitest::Expectation. * At some point, the methods on Object will be deprecated and then removed. * 4 minor enhancements: * Added a note about bundle exec pitfall in ruby 2.2+. (searls) * Lazily start the parallel executor. (tenderlove) * Make mocks more debugger-friendly (edward) * Print out the current test run on interrupt. (riffraff) * 3 bug fixes: * Fix failing test under Windows. (kimhmadsen) * Record mocked calls before they happen so mocks can raise exceptions easier (tho I'm not a fan). (corecode) * Tried to clarify mocks vs stubs terminology better. (kkirsche)
2015-06-03 16:48:36 +02:00
${GEM_LIBDIR}/History.rdoc
${GEM_LIBDIR}/Manifest.txt
Update ruby-minitest to 5.7.0. === 5.7.0 / 2015-05-27 * 1 major enhancement: * assert_raises now matches subclasses of the expected exception types. (jeremyevans) * 3 minor enhancements: * Added :block type for minitest/spec's #infect_an_assertion. (jeremyevans) * Inline verification error messages in minitest/mock for GC performance. (zamith) * assert_raises defaults to RuntimeError if not specified. (jeremyevans) * 4 bug fixes: * Added 'class' to minitest/mock's overridden_methods list. (zamith) * Added file/line to infect_an_assertion's class_eval call. (jeremyevans) * Cleared UnexpectedError's mesg w/ generic string. * Fixed non-proc-oriented expectations when used on proc target. (jeremyevans) === 5.6.1 / 2015-04-27 * 2 bug fixes: * Added Minitest.clock_time and switched all Time.now to it. (tenderlove) * Moved Minitest::Expectations#_ into Minitest::Spec::DSL. === 5.6.0 / 2015-04-13 * 4 major enhancements: * Added Minitest::Expectation value monad. * Added Minitest::Expectations#_ that returns an Expectation. Aliased to value. * All expectations are added to Minitest::Expectation. * At some point, the methods on Object will be deprecated and then removed. * 4 minor enhancements: * Added a note about bundle exec pitfall in ruby 2.2+. (searls) * Lazily start the parallel executor. (tenderlove) * Make mocks more debugger-friendly (edward) * Print out the current test run on interrupt. (riffraff) * 3 bug fixes: * Fix failing test under Windows. (kimhmadsen) * Record mocked calls before they happen so mocks can raise exceptions easier (tho I'm not a fan). (corecode) * Tried to clarify mocks vs stubs terminology better. (kkirsche)
2015-06-03 16:48:36 +02:00
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/design_rationale.rb
${GEM_LIBDIR}/lib/hoe/minitest.rb
${GEM_LIBDIR}/lib/minitest.rb
${GEM_LIBDIR}/lib/minitest/assertions.rb
${GEM_LIBDIR}/lib/minitest/autorun.rb
${GEM_LIBDIR}/lib/minitest/benchmark.rb
${GEM_LIBDIR}/lib/minitest/expectations.rb
${GEM_LIBDIR}/lib/minitest/hell.rb
${GEM_LIBDIR}/lib/minitest/mock.rb
${GEM_LIBDIR}/lib/minitest/parallel.rb
${GEM_LIBDIR}/lib/minitest/pride.rb
${GEM_LIBDIR}/lib/minitest/pride_plugin.rb
${GEM_LIBDIR}/lib/minitest/spec.rb
${GEM_LIBDIR}/lib/minitest/test.rb
${GEM_LIBDIR}/lib/minitest/unit.rb
${GEM_LIBDIR}/test/minitest/metametameta.rb
${GEM_LIBDIR}/test/minitest/test_minitest_benchmark.rb
${GEM_LIBDIR}/test/minitest/test_minitest_mock.rb
${GEM_LIBDIR}/test/minitest/test_minitest_reporter.rb
${GEM_LIBDIR}/test/minitest/test_minitest_spec.rb
${GEM_LIBDIR}/test/minitest/test_minitest_unit.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec