2012-03-20 14:38:14 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rspec-mocks to 2.9.0.
### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.8.0...v2.9.0)
Enhancements
* Support order constraints across objects (preethiramdev)
Bug fixes
* Allow a `as_null_object` to be passed to `with`
* Pass proc to block passed to stub (Aubrey Rhodes)
* Initialize child message expectation args to match any args (#109 -
preethiramdev)
|
2012-03-17 16:08:21 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rspec-mocks to 2.8.0.
2.8.0 / 2012-01-04
full changelog
No changes for this release. Just releasing with the other rspec gems.
2.8.0.rc2 / 2011-12-19
full changelog
No changes for this release. Just releasing with the other rspec gems.
2.8.0.rc1 / 2011-11-06
full changelog
Enhancements
* Eliminate Ruby warnings (Matijs van Zuijlen)
|
2011-12-16 16:57:34 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rspec-mocks package to 2.7.0.
Exact changes are unknown.
|
2011-06-18 05:47:40 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
Importing ruby-rspec-mocks version 2.6.0, part of ruby-rspec 2.6.0.
Behaviour Driven Development for Ruby
# RSpec Mocks
rspec-mocks provides a test-double framework for rspec including support
for method stubs, fakes, and message expectations.
## Documentation
* [Cucumber features](http://relishapp.com/rspec/rspec-mocks/v/2-0)
* [RDoc](http://rubydoc.info/gems/rspec-mocks/2.0.1/frames)
|