Module: MonarchMigrate::Testing::TestUnit
Instance Method Summary
collapse
Methods included from Helpers
#data_migration, #run_data_migration
Instance Method Details
#data_migration_basename ⇒ Object
79
80
81
|
# File 'lib/monarch_migrate/testing.rb', line 79
def data_migration_basename
File.basename(self.class.name.underscore).sub(/_test$/, ".rb")
end
|
#data_migration_failed(message) ⇒ Object
83
84
85
|
# File 'lib/monarch_migrate/testing.rb', line 83
def data_migration_failed(message)
flunk message
end
|