This project is archived and is in readonly mode.
expose railties' GeneratorTestCase so generators outside of rails can benefit
Reported by Josh Nichols | August 8th, 2009 @ 07:00 PM | in 3.0.2
railties's GeneratorTestCase has a number nice assertions and other helps for testing generators.
Unfortunately, it lives in the test directory, so developers of other generators can't easily take advantage of this test case.
Therefore, it'd be awesome if it was moved to live in lib, maybe as Rails::Generators::TestCase.
Comments and changes to this ticket
-
José Valim August 8th, 2009 @ 07:20 PM
- Assigned user set to José Valim
- Milestone cleared.
-
José Valim January 3rd, 2010 @ 04:18 PM
- State changed from new to resolved
Done in 441227a10f42fcd28b65ab416495ff8f4fc45b52.
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>