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

Ticket #6673 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

[PATCH] don't require test/unit when test/unit/testcase will do

Reported by: zenspider Assigned to: David
Priority: normal Milestone: 1.x
Component: ActionPack Version: edge
Severity: normal Keywords: patch tiny
Cc:

Description

Basically, anything that we should be able to reuse as a library shouldn't require test/unit when test/unit/testcase would suffice. The at_exit side effects make them unusable.

Attachments

test_unit.patch (0.9 kB) - added by zenspider on 11/22/06 01:35:05.
tiny patch to clean up all the files preventing me from running zentest quickly.
test_unit.diff (360 bytes) - added by josh on 09/16/07 17:15:00.

Change History

11/22/06 01:35:05 changed by zenspider

  • attachment test_unit.patch added.

tiny patch to clean up all the files preventing me from running zentest quickly.

11/26/06 22:14:55 changed by david

  • summary changed from don't require test/unit when test/unit/testcase will do to [PATCH] don't require test/unit when test/unit/testcase will do.

09/16/07 17:15:00 changed by josh

  • attachment test_unit.diff added.

09/16/07 17:15:52 changed by josh

  • version set to edge.

+1

09/23/07 22:12:52 changed by david

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

(In [7602]) Dont need all of test/unit (closes #6673) [zenspider/josh]

09/24/07 00:40:17 changed by notahat

FYI, this change breaks the rake spec task provided by the rspec and rspec_on_rails plugins (http://rspec.rubyforge.org/documentation/rails/install.html). This should probably be fixed in the plugins.