Skip to content

Commit

Permalink
changlog formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Mar 17, 2012
1 parent e833a27 commit 6b7adaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.1...v2.9.0) [full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.1...v2.9.0)


Enhancments Enhancments

* add description method to RouteToMatcher (John Wulff) * add description method to RouteToMatcher (John Wulff)
* Run "db:test:clone_structure" instead of "db:test:prepare" if Active Record's * Run "db:test:clone_structure" instead of "db:test:prepare" if Active Record's
schema format is ":sql". (Andrey Voronkov) schema format is ":sql". (Andrey Voronkov)


Bug fixes Bug fixes
* mock_model(XXX).as_null_object.unknown_method returns self again
* `mock_model(XXX).as_null_object.unknown_method` returns self again
* Generated view specs use different IDs for each attribute. * Generated view specs use different IDs for each attribute.


### 2.8.1 / 2012-01-04 ### 2.8.1 / 2012-01-04
Expand Down

0 comments on commit 6b7adaf

Please sign in to comment.