Skip to content

Commit

Permalink
Added Rake namespace explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 9, 2021
1 parent 29a3949 commit 63aacb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake/rake_test_loader.rb
Original file line number Diff line number Diff line change
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 63aacb6

Please sign in to comment.