Path to this page:
./
devel/ruby-rspec-mocks,
This is test-double framework for rspec
Branch: CURRENT,
Version: 3.13.2,
Package name: ruby32-rspec-mocks-3.13.2,
Maintainer: pkgsrc-usersBehaviour 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)
Required to run:[
textproc/ruby-diff-lcs] [
devel/ruby-rspec-support] [
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 80 KB
Version history: (Expand)
- (2024-10-13) Updated to version: ruby32-rspec-mocks-3.13.2
- (2024-05-12) Updated to version: ruby32-rspec-mocks-3.13.1
- (2024-02-04) Updated to version: ruby31-rspec-mocks-3.13.0
- (2023-07-15) Updated to version: ruby31-rspec-mocks-3.12.6
- (2023-04-27) Updated to version: ruby31-rspec-mocks-3.12.5
- (2023-03-15) Updated to version: ruby31-rspec-mocks-3.12.4
CVS history: (Expand)
2024-10-13 18:31:35 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.13.2
3.13.2 (2024-10-02)
Bug Fixes:
* Support keyword arguments in callables passed to and_invoke. (Jon Rowe,
#1595)
|
2024-05-12 17:08:52 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.13.1
3.13.1 (2024-05-08)
Bug Fixes:
* Use RSpec::Support::Mutex in RSpec::Mocks::Proxy to avoid issues from
stubbing ::Mutex#new. (Eric Mueller, #1575)
|
2024-02-04 16:39:58 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.13.0
3.13.0 (2024-02-04)
Enhancements:
* Add an array_excluding matcher for arguments. (Zane Wolfgang Pickett,
#1528)
|
2023-07-15 16:41:18 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.12.6
3.12.6 (2023-07-11)
Bug Fixes:
* Fix an issue with and_call_original when using the method_missing fallback
with keyword arguments. (Igor Drozdov, #1552)
|
2023-04-27 16:19:11 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.12.5
3.12.5 (2023-03-30)
* Fix compatibility issue with Rails where active_support monkey patches
with when using any instance. (Lachlan Sylvester, #1540)
|
2023-03-15 15:30:41 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.12.4
3.12.4 (2023-01-17)
Bug Fixes:
* Fix an issue with asserting that Array#reverse is never called. (Brad
Trick, #1533)
* Fix compatibility issue with Rails where active_support monkey patches
with. (Jean Boussier, #1531, #1534)
|
2023-01-19 15:01:27 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.12.3
3.12.3 (2023-01-17)
Bug Fixes:
* Fix keyword delegation in send for verifying doubles on Ruby 3.
(Charlie Honig, #1485)
|
2023-01-09 06:35:13 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rspec-mocks: update to 3.12.2
3.12.2 (2023-01-07)
Full Changelog
Bug Fixes:
* Fix implementation blocks for mocks using keyword arguments on Ruby
3.2.0. (Adam Steel, #1508)
* Fix keyword argument assertions when mocking using with on Ruby
3.2.0. (Slava Kardakov, Benoit Tigeot, Phil Pirozhkov, Benoit Daloze,
#1514)
|