Fixtures breaking default test when --skip-activerecord is used

Hi all,

When generating a new Rails 3 app with --skip-activerecord, the test/ test_helper.rb file still has the call "fixtures :all" in it which breaks. I added a patch to remove the call as well as the directory. Now, this is my first patch to Rails, so I followed the contribution guide (http://rails.lighthouseapp.com/projects/8994/sending-patches) and it looks like I need some community folks to review the patch. Can anyone take a look? :slight_smile:

Here's my ticket: https://rails.lighthouseapp.com/projects/8994/tickets/4104-remove-fixtures-from-tests-when-skip-activerecord-is-used#ticket-4104-1

Thanks!

Peter