Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10884 (new enhancement)

Opened 6 months ago

Last modified 5 months ago

[PATCH] Add a unit test for drop_table

Reported by: adamwiggins Assigned to: core
Priority: low Milestone: 2.x
Component: ActiveRecord Version: edge
Severity: minor Keywords:
Cc:

Description

ActiveRecord doesn't currently have any unit test for drop_table (that I could find).

Attachments

drop_table_test.diff (0.7 kB) - added by adamwiggins on 01/21/08 20:05:18.
drop_table unit test
drop_table_test.2.diff (0.8 kB) - added by kampers on 02/11/08 17:49:32.

Change History

01/21/08 20:05:18 changed by adamwiggins

  • attachment drop_table_test.diff added.

drop_table unit test

02/11/08 17:49:04 changed by kampers

  • summary changed from Add a unit test for drop_table to [PATCH] Add a unit test for drop_table.
  • milestone changed from 2.1 to 2.x.

+1 looks good. I updated it for edge (migration_test.rb had moved in the AR refactoring).

02/11/08 17:49:32 changed by kampers

  • attachment drop_table_test.2.diff added.