Skip to content

Commit 62aa476

Browse files
author
Doug Edey
committed
Fix another typo in Rspec::Queue
1 parent 14d9a5c commit 62aa476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/lib/rspec/queue.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def parser(options)
161161
Defines how long the test report remain after the test run, in seconds.
162162
Defaults to 28,800 (8 hours)
163163
EOS
164-
parsed.separator ""
164+
parser.separator ""
165165
parser.on("--redis-ttl SECONDS", Integer, help) do |time|
166166
queue.config.redis_ttl = time
167167
end

0 commit comments

Comments
 (0)