The setup for certain integration specs is a bit slow, and I'm generally 
careful to make my 'it' blocks read-only.  However, I also like to keep my 
it blocks extremely focused on just 1 thing.  This has become a performance 
problem though, because the setup is executed for every 'it'.  Is there any 
way to just run the setup once, and then the actual tests?

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

Reply via email to