Commit graph

7 commits

Author SHA1 Message Date
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