Skip to content

Commit 85c55b4

Browse files
committed
Fixed the regression of #388
1 parent 72ac796 commit 85c55b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rake/rake_test_loader.rb

+2
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)