You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rs...@googlegroups.com
Hello and
welcome to the monthly RSpec update! Here you can find what the core team is
up to, what we are planning, progress towards our next major
release, and how you can help out. Theme Pushing towards 3.0 beta2, it's close. Last Month
Myron: expectations: Add
`contain_exactly` as a new, more descriptive name for
`match_array` [2].
Myron: mocks: Make test double
self-destruct after the example they were created in completes
[3].
Myron: mocks: Add `with_temporary_scope`
method that can be used to use mocks outside the per-test
lifecycle (e.g. in a `before(:all)` hook) [3].
Sam: mocks: Make mocking/stubbing and
doubles warn when used outside of a spec lifecycle, this
mostly applies in before(:all)
Sam: core: integrate with new mocks
lifecycle
This Month
John:�Finish off formatter registration�and notification changes.
Myron:Release
2.99.0.beta2 and 3.0.0.beta2.
Myron: Do a
code audit of core, mocks and expectations to see what else
(if anything) we want to get in before releasing RSpec 3.
How You Can Help
Try the beta!�We
are working hard to make this the smoothest major version
upgrade you've ever done. Go to 2.99 first, fix
deprecations, then on to 3. Report any issues�to the github issue
tracker.