-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Could someone checkout and apply the one-line patch for ticket 6672: http://dev.rubyonrails.org/ticket/6672#preview It allows you to set the fixture path on a per-test case basis, previously if you did this you would break things. This adds simplicity and flexibility to testing fixtures in rails without having to mess with writing custom fixture loading code. The following now works, before it didn''t because it would break the fixture path for all Test::Unit::TestCase subclasses. class MyControllerDownloadTest < Test::Unit::TestCase self.fixture_path = ''../../fixtures/my_controller_downloads'' end Zach -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFY2oSMyx0fW1d8G0RAuGGAJ9dgGbOyrV+7WKjeLhIRKOmbk74eQCeJmxx dJpAA2h2yV4/VrDseJ+ZCyY=VVB9 -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I attached another patch to the ticket to fix the issue for integration tests. Could someone please review and commit. It is also a one line change, but this time it is to railties/lib/test_help.rb. http://dev.rubyonrails.org/ticket/6672#preview Zach -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFZIUGMyx0fW1d8G0RAoK3AJ9twd0ZlwRJay9NFm9rLILDV2b14gCeOYYd epyfiM1VriZtTKBmXFIBvPI=6drC -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 zdennis wrote:> I attached another patch to the ticket to fix the issue for integration > tests. > > Could someone please review and commit. It is also a one line change, > but this time it is to railties/lib/test_help.rb. > > http://dev.rubyonrails.org/ticket/6672#previewPinging this thread to see if this second patch can get committed. Zach -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFai3+Myx0fW1d8G0RAnEnAJ4+/QnnPCSJkymROtM8UohEQYoYYwCfQbwt YM83hSYPbSzJgWDTFvFJq6Y=JeE3 -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---