Displaying 1 result from an estimated 1 matches for "quitbacktracetweak".
Did you mean:
quitbacktracetweaker
2010 Oct 03
2
rspec-1.3.1.rc and rspec-rails-1.3.3.rc are released!
...of these gems within the next week.
Cheers,
David
===================================================================
rspec-1.3.1 (rc)
* enhancements
* Array =~ matcher works with subclasses of Array (Matthew Peychich & Pat Maddox)
* config.suppress_deprecation_warnings!
* bug fixes
* QuitBacktraceTweaker no longer eats all paths with ''lib''
(Tim Harper - #912)
* Fix delegation of stubbed values on superclass class-level methods.
(Scott Taylor - #496 - #957)
* Fix pending to work with ruby-1.9
* deprecations
* share_as (will be removed from rspec-core-2.0)
* simpl...