Skip to content

Commit 5a3a595

Browse files
committed
Expose SingleExample#runnable
1 parent ad6bd2c commit 5a3a595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby/lib/minitest/queue.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def rescue_run_errors(&block)
221221
end
222222

223223
class SingleExample
224-
attr_reader :method_name
224+
attr_reader :runnable, :method_name
225225

226226
def initialize(runnable, method_name)
227227
@runnable = runnable

0 commit comments

Comments
 (0)