From: Miguel Teixeira Date: 2010-06-25T07:31:16+09:00 Subject: Re: Liquid tests in ruby 1.9.2 John Barnette wrote: > On Jun 24, 2010, at 3:06 PM, Miguel Teixeira wrote: >> test/assign_test.rb:1:in `require': no such file to load -- test/helper > "." is most likely not in the load path during tests in 1.9.2. > > > ~ j. Thanks John, i just added t.libs << "." in the RakeTask configuration in Rakefile and it works. Why did i need the current directory in the include path if there is no helper folder? -- Posted via http://www.ruby-forum.com/.