We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae3d57 commit 4694e7fCopy full SHA for 4694e7f
Rakefile
@@ -58,6 +58,6 @@ namespace :integration do
58
end
59
loader = "ARGV.each { |f| require f }"
60
test_files = FileList['src/test/integration/*_test.rb'].to_a
61
- ruby "-Ilib -e \"#{loader}\" #{test_files.map { |f| "\"#{f}\"" }.join(' ')}"
+ ruby "-Ilib:. -e \"#{loader}\" #{test_files.map { |f| "\"#{f}\"" }.join(' ')}"
62
63
0 commit comments