2017-11-02 07:05:11 -07:00

12 lines
232 B
YAML

desc: Issue #46 -- bare table_create and table_drop
tests:
- cd: r.table_create('46')
ot: partial({'tables_created':1})
- cd: r.table_list()
ot: ['46']
- cd: r.table_drop('46')
ot: partial({'tables_dropped':1})