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

Ticket #8726 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Utilize collection fixtures in tests

Reported by: kamal Assigned to: bitsweat
Priority: low Milestone: 1.x
Component: ActiveRecord Version: edge
Severity: minor Keywords: tests fixtures
Cc:

Description

[6940] brought collection fixtures. This patch completely replaces all instances of [fixture(:foo), fixture(:bar)] in tests to fixture(:foo, :bar). And I do really mean all.

Attachments

utilize_collection_fixtures_in_tests.patch (19.4 kB) - added by kamal on 06/22/07 16:49:27.
patch to update tests. all tests continue to pass.

Change History

06/22/07 16:49:27 changed by kamal

  • attachment utilize_collection_fixtures_in_tests.patch added.

patch to update tests. all tests continue to pass.

06/22/07 17:36:24 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [7081]) Update tests' use of fixtures for the new collections api. Closes #8726.