Displaying 1 result from an estimated 1 matches for "troubleshooot".
Did you mean:
  troubleshoot
  
2006 Aug 03
2
Including ALL fixtures for a test
I am running into some issues with my functional tests because they need 
info from almost every single table in the database.  I have long 
laundry lists of fixture names to include on these test files and then I 
have to troubleshooot bizarre test failures because of a fixture that 
was not included.
So is there a way to simply include all fixtures in a test?  Something 
like:
  fixtures :all
would rock my socks, but doesn''t work.  Is there a way to include all 
fixtures?
-- 
Posted via http://www.ruby-forum.com/.