Module: Minitest::Data::Result::ClassMethods

Defined in:
lib/minitest/data.rb

Instance Method Summary collapse

Instance Method Details

#from(runnable) ⇒ Object



127
128
129
130
131
# File 'lib/minitest/data.rb', line 127

def from(runnable)
  r = super
  r.data_label = runnable.data_label if defined?(runnable.data_label)
  r
end