Skip to content

Commit 73d4099

Browse files
authored
Merge pull request #390 from ruby/fix-388-again
Added Rake namespace explicitly
2 parents 29a3949 + 63aacb6 commit 73d4099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rake/rake_test_loader.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
when /^-/ then
99
argument
1010
when /\*/ then
11-
FileList[argument].to_a.each do |file|
11+
Rake::FileList[argument].to_a.each do |file|
1212
require File.expand_path file
1313
end
1414

0 commit comments

Comments
 (0)