Class: SqlTestRunner::Stand

Inherits:
Step
  • Object
show all
Defined in:
lib/sql_test_runner.rb

Instance Attribute Summary

Attributes inherited from Step

#block, #name, #parent

Instance Method Summary collapse

Methods inherited from Step

#run

Instance Method Details

#descriptionObject



116
117
118
# File 'lib/sql_test_runner.rb', line 116

def description
  "#{parent.description} - stand #{name}"
end