summaryrefslogtreecommitdiff
path: root/ext/librethinkdbxx/test/upstream/regression/46.yaml
blob: 3f34bef54b23917371af653e80dac3ea6eea4842 (plain)
1
2
3
4
5
6
7
8
9
10
11
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})