author | Mahlon E. Smith <mahlon@laika.com> |
Mon, 14 Nov 2016 14:43:41 -0800 | |
changeset 9 | 47425483883e |
parent 0 | 3cc90e88c6ab |
permissions | -rw-r--r-- |
0 | 1 |
#!/usr/bin/env rspec -cfd |
2 |
#encoding: utf-8 |
|
3 |
||
4 |
require_relative '../../spec_helper' |
|
5 |
||
6 |
require 'rspec' |
|
7 |
||
8 |
require 'thingfish/behaviors' |
|
9 |
require 'thingfish/metastore/pggraph' |
|
10 |
||
11 |
describe Thingfish::Metastore::PgGraph, db: true do |
|
12 |
||
13 |
it_should_behave_like "a Thingfish metastore" |
|
14 |
||
15 |
end |
|
16 |