DEPRECATION WARNING: You are using deprecated behavior which will be removed from the next major or minor release. (called from should_change at /usr/local/lib/ruby/gems/1.8/gems/shoulda-2.11.0/lib/shoulda/macros.rb:40)
How e.g. this kind of test should be changed to work without a warning with new shoulda:
fast_context "a" do
setup do
...
end
should_change("message", :by => 1) { Messages.count }
end