We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a3949 commit 63aacb6Copy full SHA for 63aacb6
lib/rake/rake_test_loader.rb
@@ -8,7 +8,7 @@
8
when /^-/ then
9
argument
10
when /\*/ then
11
- FileList[argument].to_a.each do |file|
+ Rake::FileList[argument].to_a.each do |file|
12
require File.expand_path file
13
end
14
0 commit comments