Next | Query returned 28 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2015-12-12 15:26:38 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-flexmock to 2.0.3.

* Fixed infinite recursive call for rspec check
* fix strict mocks of BasicObject
* minitest: do filter assertion backtraces
* auto-mock #kind_of? as well as #class on strict mocks
   2015-11-29 14:58:33 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-flexmock to 2.0.2.

* Avoid infinite recursion when a mocked method is called within #inspect.
* Remove duplicate method SpyDescribers.call_description / FlexMock.format_call.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-10-08 01:16:09 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Needs Ruby 2.0+
   2015-10-04 14:12:53 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update ruby-flexmock to 2.0.1.

pkgsrc change: update HOMEPAGE.

Version 2.0.1

* A few bug fixes.

Version 2.0.0

* bump to 2.0 to mark the change of maintainership. I hope I won't disappoint.
* require 'flexmock' no longer pulls test_unit_integration. Require the latter
  explicitely
* dropped support for pre-2.0 Rubies
* added explicit minitest support. This makes the minitest integration much
  nicer to work with (in particular, the flexmock_teardown is now executed "just
  at the right place"), and fixes issues with minitest 5. Just require
  flexmock/minitest to get it.
* partial mocks now supports prepended modules
* validation errors that happen when a method is called (i.e. unexpected
  arguments, wrong call count) are reported with the backtrace of the call
  instead of with the backtrace of the expectation definition.
   2014-03-14 16:36:16 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-flexmock to 1.9.3.

Exact changes aren't available.  Please refer commit log
<https://github.com/jimweirich/flexmock>.
   2013-06-16 17:36:25 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-flexmock to 1.3.2.

No exact changes aren't available, please refer github:
https://github.com/jimweirich/flexmock/commits/master.

Update HOMEPAGE, too.
   2013-03-11 08:33:57 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-flexmock to 1.3.1.

== Changes in 1.3.1

* Removed use of assert_block (which is deprecated in MiniTest).
* Documentation fixes.
   2013-02-11 03:51:43 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-flexmock to 1.3.0.

= FlexMock 1.3.0 Released

FlexMock is a flexible mocking library for use in unit testing and
behavior specification in Ruby. This release is a minor release with a
few bug fixes and some simple features.

== Changes in 1.3.0

=== Features

* Add 'and' and 'on' modifiers for the RSpec spy matcher.

* Add 'and' and 'on' options to the assert_spy_called test method.

* General documentation improvement.

=== Bug Fixes

* Fix bug in should_fail test helper that was not detecting failed
  failures.
   2012-12-16 17:19:51 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-flexmock to 1.2.0.

Exact changes aren't avaiable, please refer github:
	https://github.com/jimweirich/flexmock/commits/master.

Next | Query returned 28 messages, browsing 11 to 20 | Previous