This project is archived and is in readonly mode.
rake rails:update should create the test/performance_helper.rb file
Reported by Michael Koziarski | September 29th, 2008 @ 04:26 PM
Currently you have to manually create this file otherwise your generated performance tests fail.
Comments and changes to this ticket
-
Pratik October 17th, 2008 @ 05:40 PM
It removes test/performance_helper.rb and requires 'test_helper' and 'performance_test_help' inside the generated performance test using 'script/generate performance_test'
-
Repository October 17th, 2008 @ 10:23 PM
- State changed from new to resolved
(from [5384ba3081745ea44481750e6471e4dcaa8d1a93]) Don't create test/performance/test_helper.rb. Just require the needed files from test directly. [#1135 state:resolved] http://github.com/rails/rails/co...
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>
People watching this ticket
Referenced by
- 1135 rake rails:update should create the test/performance_helper.rb file (from [5384ba3081745ea44481750e6471e4dcaa8d1a93]) Don't c...