We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ac796 commit 85c55b4Copy full SHA for 85c55b4
lib/rake/rake_test_loader.rb
@@ -1,5 +1,7 @@
1
# frozen_string_literal: true
2
3
+require "rake/file_list"
4
+
5
# Load the test files from the command line.
6
argv = ARGV.select do |argument|
7
case argument
0 commit comments