Module: Lhm::TestMigrator
- Defined in:
- lib/lhm/test_support.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
9 10 11 12 13 |
# File 'lib/lhm/test_support.rb', line 9 def execute @statements.each do |stmt| @connection.execute(tagged(stmt)) end end |
#initialize ⇒ Object
4 5 6 7 |
# File 'lib/lhm/test_support.rb', line 4 def initialize(*) super @name = @origin.name end |