LoadError: cannot load such file -- test/fixtures/klass with Guard
And require_relative
results in "LoadError: cannot infer basepath".
eval cannot infer a $LOAD_PATH
. Solution may be to do $LOAD_PATH << '.'
in test_class.rb
Edited by matzfan
And require_relative
results in "LoadError: cannot infer basepath".
eval cannot infer a $LOAD_PATH
. Solution may be to do $LOAD_PATH << '.'
in test_class.rb