Skip to content

Commit 126d3ad

Browse files
jimweirichaycabta
authored andcommitted
Revert 0712aed to 0f28752
1 parent a76dd19 commit 126d3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rake/testtask.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def file_list # :nodoc:
155155
else
156156
result = []
157157
result += @test_files.to_a if @test_files
158-
result << @pattern if @pattern
158+
result += FileList[@pattern].to_a if @pattern
159159
result
160160
end
161161
end

0 commit comments

Comments
 (0)