[rspec-users] After block

2008-12-23 Thread aidy lewis
Hi, Is the way to figure out the the last scenario executed in the After block? Aidy ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] After block

2008-12-23 Thread Mischa Fierer
you could mess around with what cucumber is doing, like @__executor.instance_variable_get(@executed_scenarios) There may be an easier way that I'm not aware of. On Tue, Dec 23, 2008 at 8:26 AM, aidy lewis aidy.le...@googlemail.comwrote: Hi, Is the way to figure out the the last scenario