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

Ticket #9534 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

[PATCH] Make acts_as_tree tests run using gem rails

Reported by: lifofifo Assigned to: core
Priority: normal Milestone: 1.x
Component: Plugins Version: edge
Severity: normal Keywords:
Cc:

Description

Get rid of dependency of being inside rails app to run tests.

Attachments

acts_as_tree_standalone_tests.patch (15.0 kB) - added by lifofifo on 09/11/07 21:28:43.
acts_as_tree tests using gem rails

Change History

09/11/07 21:28:43 changed by lifofifo

  • attachment acts_as_tree_standalone_tests.patch added.

acts_as_tree tests using gem rails

09/11/07 21:33:07 changed by bitsweat

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

(In [7466]) Tests needn't run within an app. Closes #9534 [lifofifo]