Skip to content

Commit 4694e7f

Browse files
committed
add current dir to load-path with integration tests (due 9K)
1 parent cae3d57 commit 4694e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ namespace :integration do
5858
end
5959
loader = "ARGV.each { |f| require f }"
6060
test_files = FileList['src/test/integration/*_test.rb'].to_a
61-
ruby "-Ilib -e \"#{loader}\" #{test_files.map { |f| "\"#{f}\"" }.join(' ')}"
61+
ruby "-Ilib:. -e \"#{loader}\" #{test_files.map { |f| "\"#{f}\"" }.join(' ')}"
6262
end
6363
end

0 commit comments

Comments
 (0)