= 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).
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.