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.
|
2012-09-16 08:18:57 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-flexmock to 1.0.2.
Changes are unavailable.
|
2012-09-03 17:39:05 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
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.
|
2011-06-17 17:31:39 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
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.
|
2010-12-04 04:58:30 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-flexmoc to 0.8.11.
Changes are unknown.
|
2010-09-10 07:38:02 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
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.
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-09-15 10:55:18 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
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-06-22 18:00:58 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
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).
|