I have seen a lot of discussions about the issue where if you run a
unit test from the command line you get the error:

"no such file to load -- test_helper"

I have been using the workaround of changing:

require 'test_helper'

to:

require File.dirname(__FILE__) + '/../test_helper'

I'm hoping there is a better way?  Maybe a fix in edge rails?  Anyone
have an update?

Thanks,
Tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to