Commit graph

12 commits

Author SHA1 Message Date
taca
390bcc9797 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-03-11 07:33:57 +00:00
taca
b0ad92668e 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.
2013-02-11 02:51:43 +00:00
taca
cd3bdde236 Update ruby-flexmock to 1.2.0.
Exact changes aren't avaiable, please refer github:
	https://github.com/jimweirich/flexmock/commits/master.
2012-12-16 16:19:51 +00:00
taca
22b7aad17c Update ruby-flexmock to 1.0.2.
Changes are unavailable.
2012-09-16 06:18:57 +00:00
taca
8d534e0e7a Update ruby-flexmock to 1.0.0.
== Version 1.0.0

* Added spy support.
* Added base class mocking restrictions.
* Using singleton_methods to get list of singleton methods (rather
  than methods(false))
* Correctly handling mocking methods that were meta-programmed with
  method_missing.
2012-09-03 15:39:05 +00:00
taca
825600820a Update ruby-flexmock package to 0.9.0.
= FlexMock 0.9.0 Released

FlexMock is a flexible mocking library for use in unit testing and
behavior specification in Ruby.  Release 0.8.5 is a minor release with
a few bug fixes.

== Ruby 1.9.3 Compatibility

* Fixed a number of minor warnings reported by the 1.9.3 version of Ruby.
2011-06-17 15:31:39 +00:00
taca
ab7b1e3ad3 Update ruby-flexmoc to 0.8.11.
Changes are unknown.
2010-12-04 03:58:30 +00:00
taca
33cc4ff2ee Update devel/ruby-flexmock to 0.8.7.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.

Changes for 0.8.6 and 0.8.7 are unknown.

== Version 0.8.5

* Fixed warning about a void context.
* hsh() argument matcher now reports its matching constraints in error
  messages.

== Version 0.8.4

* Added support for rails 2.2.x in should_render_view.
2010-09-10 05:38:02 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
taca
3c9d4e0dba Update ruby-flexmock package to 0.8.3.
= Changes for FlexMock

== Version 0.8.2

* Added workaround for compatibility issues with RSpec on Rails.
2008-09-15 08:55:18 +00:00
taca
f08b150180 Update ruby-flexmock package to 0.8.2.
= Changes for FlexMock

* FlexMock partial mocks will now override any preexisting definitions
  for "should_receive".  Previously, FlexMock would honor preexisting
  defintions, but an RSpec on Rails bug loads the RSpec mocks, even
  when other mock libraries are configured.  This allows flexmock to
  correctly use partial mocks in the presence of an ill-behaved mock
  library.

== Pre-Version 0.8.1

* Added Joe O'Brien's patch to allow view stubbing in Rails 2.0
* Added Evan Phoenix's patch to remove allocate from default
  allocators in new_instances (for Rubinius compatibility).
2008-06-22 16:00:58 +00:00
jlam
621bd8ee11 Initial import of ruby18-flexmock-0.8.0 as devel/ruby-flexmock.
FlexMock is a flexible mocking library for use in unit testing and
behavior specification.  Mocks are defined with a fluent API that
makes mock specifications easy to read and easy to remember.
2008-04-04 15:17:02 +00:00