Skip to content

Commit 3a95f4c

Browse files
authored
Merge pull request #389 from ruby/fix-388
Fixed the regression of #388
2 parents 72ac796 + 85c55b4 commit 3a95f4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rake/rake_test_loader.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require "rake/file_list"
4+
35
# Load the test files from the command line.
46
argv = ARGV.select do |argument|
57
case argument

0 commit comments

Comments
 (0)