This release addresses issues that were raised in the rspec-core-2.6.0.rc2 release. ### rspec-core-2.6.0.rc3 full changelog: http://github.com/rspec/rspec-core/compare/v2.6.0.rc2...v2.6.0.rc3 Enhancements * Clean up messages for filters/tags. ### rspec-mocks-2.6.0.rc3 full changelog: http://github.com/rspec/rspec-mocks/compare/v2.6.0.rc2...v2.6.0.rc3 Bug fixes * Support multiple calls to any_instance in the same example (Sidu Ponnappa) ### rspec-rails-2.6.0.rc3 full changelog: http://github.com/rspec/rspec-rails/compare/v2.6.0.rc2...v2.6.0.rc3 Enhancements * Update the controller spec generated by the rails scaffold generator: - Add documentation to the generated spec - Use `any_instance` to avoid stubbing finders - Use real objects instead of `mock_model` * Update capybara integration to work with capy 0.4 and 1.0.0.beta * Decorate paths passed to `[append|prepend]_view_paths` with empty templates unless rendering views. (Mark Turner)
David Chelimsky
2011-May-01 12:59 UTC
[rspec-users] rspec-2.6.0.rc4 is released! [was rspec-2.6.0.rc3 is released]
There was a problem with the way the rc3 release was built that made it uninstallable, so I released rc4 this morning and all seems to work correctly. This release addresses issues that were raised in the rspec-core-2.6.0.rc2 release. ### rspec-core-2.6.0.rc4 full changelog: http://github.com/rspec/rspec-core/compare/v2.6.0.rc2...v2.6.0.rc4 Enhancements * Clean up messages for filters/tags. ### rspec-mocks-2.6.0.rc4 full changelog: http://github.com/rspec/rspec-mocks/compare/v2.6.0.rc2...v2.6.0.rc4 Bug fixes * Support multiple calls to any_instance in the same example (Sidu Ponnappa) ### rspec-rails-2.6.0.rc4 full changelog: http://github.com/rspec/rspec-rails/compare/v2.6.0.rc2...v2.6.0.rc4 Enhancements * Update the controller spec generated by the rails scaffold generator: - Add documentation to the generated spec - Use `any_instance` to avoid stubbing finders - Use real objects instead of `mock_model` * Update capybara integration to work with capy 0.4 and 1.0.0.beta * Decorate paths passed to `[append|prepend]_view_paths` with empty templates unless rendering views. (Mark Turner)