Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 4d0caba

Browse files
author
takiy33
committed
Delete space
1 parent aaf2964 commit 4d0caba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/core/rake_task.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def define(args, &task_block)
9191

9292
def file_inclusion_specification
9393
if ENV['SPEC']
94-
FileList[ ENV['SPEC']].sort
94+
FileList[ENV['SPEC']].sort
9595
elsif String === pattern && !File.exist?(pattern)
9696
"--pattern #{escape pattern}"
9797
else

0 commit comments

Comments
 (0)