Skip to content

Commit

Permalink
Revert 0712aed to 0f28752
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich authored and aycabta committed Sep 6, 2016
1 parent a76dd19 commit 126d3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake/testtask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def file_list # :nodoc:
else
result = []
result += @test_files.to_a if @test_files
result << @pattern if @pattern
result += FileList[@pattern].to_a if @pattern
result
end
end
Expand Down

0 comments on commit 126d3ad

Please sign in to comment.