So, I sat down to use set_fixture_class, and it bombed on the first thing I tried:
set_fixture_class :content_drafts => "Article::Draft" I made a quick patch, and I'd appreciate a quick run through your tests to make sure it doesn't disturb anything: http://dev.rubyonrails.org/ticket/4095 As I was typing this, I realized that the string gives us no benefits. I made a much lighter patch that accepts the class instead (which was actually the first thing I tried): set_fixture_class :content_drafts => Article::Draft thoughts? -- Rick Olson http://techno-weenie.net _______________________________________________ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core