Is this with 0.3.0? If not this might have been recently fixed as I reported a similar bug recently
2009/4/24 Jim Morris <[email protected]> > Hi, > > I was surprised by this so I suspect it may be a bug. > > I have a Scenario Outline, and a Background in my Feature and nothing > else, > > The Background got executed 1 more time than expected. > > Details are the Scenario Outline had 4 entries in the table, so I > expected 4 scenarios to get executed, and the Background to get > executed before each Scenario. > > What happened was the Background got executed once initially, then > once for each entry on the outline table, the After scenario hook got > correctly executed after each of the 4 scenarios, but not after the > first Background (understandably as there was no scenario executed). > > Is this a bug or feature ;) > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users >
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
