History.txt in dchelimsky-rspec-rails-1.1.11.4 vs History.txt in dchelimsky-rspec-rails-1.1.11.5
- old
+ new
@@ -1,7 +1,12 @@
=== Maintenance
+* 2 deprecations
+
+ * TestResponse#[] is deprecated if you're using Rails <= 2.2.x and removed if you're using Rails 2.3
+ * add_stubs(model, {:method => value}) is deprecated. Use model.stub!(:method => value) instead.
+
* 2 major enhancements
* support controller and action path params in view specs (Mike Vincent).
* use ActiveSupport::TestCase when available, else Test::Unit::TestCase - supports Rails 1.2.6 (Brandon Keepers). Closes #620.
@@ -9,15 +14,16 @@
* improve rdoc for render_template (Patch from Andrew Premdas). Fixes #571.
* use more liberal globs to allow for specs in symlinked dirs (Martin Luder). Closes #361.
* Enable loading fixtures from arbitrary locations (Jacek Becela). Closes #464.
-* 4 bug fixes
+* 5 bug fixes
* Attempt to load application_controller before falling back to application (Geoff Garside). Closes #626.
* Include _id and reduce quoting of default values in view specs (Steen Lehmann). Closes #598.
* Record calls to render and check rendered[:template] and rendered[:partial] for edge rails (> v2.2.2). Closes #633.
* config.gem 'rspec' can't be unpacked. Closes #629.
+ * spec_server not working with Rails 2.2.2 (Andreas Wolff). Closes #631.
=== Version 1.1.11 / 2008-10-24
* No changes to rspec-rails - release to align with bug-fix release in rspec ... again :(
\ No newline at end of file