I'd like to be able to test w/ this methodology, and i'm having
trouble figuring out where to hook in to rspec to do it.  Near as I
can tell, the flow is this:

run all of the before filters in the order of highest to lowest
context

<<--  I need to run something right here

run tests

run all of the after filters in the order of highest to lowest context

Is there any way to create a before filter that is always run after
all of the others?
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to