From: David Chelimsky Date: 2012-05-05T15:46:56+09:00 Subject: rspec-mocks and rspec-rails-2.10.1 are released! These are patch releases recommended for anybody who has already upgraded to 2.10. ### rspec-mocks-2.10.1 full changelog: http://github.com/rspec/rspec-mocks/compare/v2.10.0...v2.10.1 Bug fixes * fix [regression of edge case behavior](https://github.com/rspec/rspec-mocks/issues/132) * fixed failure of `object.should_receive(:message).at_least(0).times.and_return value` * fixed failure of `object.should_not_receive(:message).and_return value` ### rspec-rails-2.10.1 full changelog: http://github.com/rspec/rspec-rails/compare/v2.10.0...v2.10.1 Bug fixes * fix [regression introduced in 2.10.0 that broke integration with Devise](https://github.com/rspec/rspec-rails/issues/534)