spec/thingfish/metastore/pggraph_spec.rb
changeset 0 3cc90e88c6ab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spec/thingfish/metastore/pggraph_spec.rb	Thu Nov 05 10:34:15 2015 -0800
@@ -0,0 +1,16 @@
+#!/usr/bin/env rspec -cfd
+#encoding: utf-8
+
+require_relative '../../spec_helper'
+
+require 'rspec'
+
+require 'thingfish/behaviors'
+require 'thingfish/metastore/pggraph'
+
+describe Thingfish::Metastore::PgGraph, db: true do
+
+	it_should_behave_like "a Thingfish metastore"
+
+end
+