Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot load such file -- test_helper (LoadError) #259

Open
axcr opened this issue May 26, 2015 · 0 comments
Open

cannot load such file -- test_helper (LoadError) #259

axcr opened this issue May 26, 2015 · 0 comments

Comments

@axcr
Copy link

axcr commented May 26, 2015

I've installed RubyTest and there is a path problem ...

cannot load such file -- test_helper (LoadError)

The Problem is the path for test_helper.rb. Generated files have inside:

require "test_helper"

but this doesn't work at the moment, a temp fix could be to use require_relative like this:

require_relative "../test_helper"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant