Skip to content

Commit

Permalink
prep for 2.8.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Dec 20, 2011
1 parent 8b0eb72 commit 13b699f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
### dev
### 2.8.0.rc2 / 2011-12-19

[full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.0.rc1...master)
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.8.0.rc1...v2.8.0.rc2)

* Enhancements
* Add session hash to generated controller specs (Thiago Almeida)
* Eliminate new deprecation warnings in rails 3.2

* Bug fixes
* Stub attribute accessor after `respond_to?` call on mocked model (Igor
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module RSpec
module Rails
module Version
STRING = '2.8.0.rc1'
STRING = '2.8.0.rc2'
end
end
end

0 comments on commit 13b699f

Please sign in to comment.