Ticket #379 (closed enhancement: fixed)

Opened 10 months ago

Last modified 10 months ago

[PATCH] Fix $LOAD_PATH to allow tests to be run directly

Reported by: ruport Assigned to:
Milestone: Keywords:
Cc: ryan@platte.name

Description

In trunk I'm unable to run tests directly like

ruby test/data_feeder_test.rb

because Ruby can't find 'ruport' in the $LOAD_PATH. This patch fixes that issue by adding to the load path.

Attachments

test-helpers.patch (459 bytes) - added by ruport on 01/31/08 17:55:56.
Fix $LOAD_PATH in test/helpers.rb

Change History

01/31/08 17:55:56 changed by ruport

  • attachment test-helpers.patch added.

Fix $LOAD_PATH in test/helpers.rb

01/31/08 18:12:29 changed by ruport

  • cc set to ryan@platte.name.

02/02/08 12:28:40 changed by sandal

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

Patch applied, thanks Ryan!

r1253