I've just upgraded to Rails 3.2.1 and I can't get my specs checking
whether or not around_save work anymore.

I simply did something like:

object.should_receive :around_filter_name
object.save.should be_true

(Actually, it was slightly more complex, it's part of a state machine)
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to