# File test/eml_test.rb, line 21 def test_has_data_tables assert_kind_of Array, @eml.data_tables assert_kind_of DataTable, @eml.data_tables[0] end