This project is archived and is in readonly mode.
[PATCH] test_help.rb passes String to exit
Reported by isomorphix | January 19th, 2010 @ 03:55 PM | in 3.0.2
While fiddling around with getting Cucumber working with Rails edge I noticed that line 3 of railties/lib/rails/test_help.rb is passing a string to exit. This is causing a "can't convert String into Integer (TypeError)" exception whenever the environment is not set to test (such as with cucumber).
Comments and changes to this ticket
-
Joao Carlos February 24th, 2010 @ 06:46 PM
- Tag set to patch
- Title changed from test_help.rb passes String to exit to test_help.rb passes String to exit
-
Joao Carlos February 26th, 2010 @ 10:16 PM
- Title changed from test_help.rb passes String to exit to [PATCH] test_help.rb passes String to exit
-
José Valim February 28th, 2010 @ 11:31 AM
- Assigned user set to José Valim
- State changed from new to committed
- Milestone cleared.
Applied.
-
José Valim February 28th, 2010 @ 10:08 PM
- State changed from committed to open
-
José Valim March 3rd, 2010 @ 09:14 AM
- State changed from open to committed
-
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>