Skip to content

Commit

Permalink
more Changelog for rspec#619 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 16, 2012
1 parent 2e20683 commit 19e1eaf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Changelog.md
Expand Up @@ -7,6 +7,10 @@ Enhancements
* aids decoupling from rspec-core's configuation
* Allow specifying multiple `--example` options. (Daniel Doubrovkine @dblock)
* `subject(:article) { Article.new }`
* see http://blog.davidchelimsky.net/2012/05/13/spec-smell-explicit-use-of-subject/
for background.
* thanks to Bradley Schaefer for suggesting it and Avdi Grimm for almost
suggesting it.

### 2.10.0 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-core/compare/v2.9.0...v2.10.0)
Expand Down Expand Up @@ -45,8 +49,8 @@ Bug fixes
over DRb (using spork).
* Ensure shared example groups are reset after a run (as example groups are).
* Remove `rescue false` from calls to filters represented as Procs
* Ensure described_class gets the closest constant (pyromaniac)
* In "autorun", don't run the specs in the at_exit hook if there was an
* Ensure `described_class` gets the closest constant (pyromaniac)
* In "autorun", don't run the specs in the `at_exit` hook if there was an
exception (most likely due to a SyntaxError). (sunaku)
* Don't extend groups with modules already used to extend ancestor groups.
* `its` correctly memoizes nil or false values (Yamada Masaki)
Expand Down

0 comments on commit 19e1eaf

Please sign in to comment.