Class: SqlTestRunner::BeforeAction

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



122
123
124
# File 'lib/sql_test_runner.rb', line 122

def description
  "before: #{name}"
end