This project is archived and is in readonly mode.
test_finds_migrations does not assert anything
Reported by Marcello Nuccio | January 7th, 2009 @ 12:53 AM | in 2.x
In activerecord/test/cases/migration_test.rb the test_finds_migrations test does not test anything because it does not assert anything. The same is (almost) true for test_finds_pending_migrations
The attached patch fixes it.
Comments and changes to this ticket
-
Repository March 7th, 2009 @ 11:00 AM
- State changed from new to resolved
(from [dfcf1e4cf6128ae67f9cab291fd6c08081aa5d80]) Fixed broken migrations tests: added assert_equal. [#1704 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com 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
- Nobody is watching this ticket.
Attachments
Tags
Referenced by
- 1704 test_finds_migrations does not assert anything (from [dfcf1e4cf6128ae67f9cab291fd6c08081aa5d80]) Fixed b...