# I hear that aliasing lambda is bad, but this is # much more readable... alias :this_block :lambda this_block{ @this.destroy }.should change(Thing, :count).by(-1)