Skip to content

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

@axcr

Description

@axcr

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions