12 lines
232 B
YAML
Raw Normal View History

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})