It makes sense to me. Let's say that you want to initialize object in your
before :all, but this fails.

For example, in my case I'm using RSpec for automated web testing with Watir
and I'm logging into web application from before :all and if this fails then
it's logical that there's no point to execute any further specs and carry on
with next describe block, but html report won't be correct.


MaurĂ­cio Linhares-3 wrote:
> 
> Maybe you shouldn't be placing spectations in a before or after filter, it
> doesn't make much sense.
> 

-- 
View this message in context: 
http://www.nabble.com/failing-before-%3Aall-doesn%27t-move-progress-bar-in-html-reports-tp19059450p19059735.html
Sent from the rspec-users mailing list archive at Nabble.com.

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to