Skip to content

Commit

Permalink
Merge pull request #390 from ruby/fix-388-again
Browse files Browse the repository at this point in the history
Added Rake namespace explicitly
  • Loading branch information
hsbt committed Jul 9, 2021
2 parents 29a3949 + 63aacb6 commit 73d4099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake/rake_test_loader.rb
Expand Up @@ -8,7 +8,7 @@
when /^-/ then
argument
when /\*/ then
FileList[argument].to_a.each do |file|
Rake::FileList[argument].to_a.each do |file|
require File.expand_path file
end

Expand Down

0 comments on commit 73d4099

Please sign in to comment.