Skip to content

Commit 26351b3

Browse files
committed
Merge pull request rspec#1998 from takiy33/patch-1
Delete space
2 parents c37387b + 3829df7 commit 26351b3

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)