Skip to content

Commit 63aacb6

Browse files
committed
Added Rake namespace explicitly
1 parent 29a3949 commit 63aacb6

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)