Macro assert_not_has_tables

Source
macro_rules! assert_not_has_tables {
    ($manager:expr, $( $table:ident ),+) => { ... };
}