spec/thingfish/metastore/pggraph_spec.rb
author Mahlon E. Smith <mahlon@laika.com>
Mon, 14 Nov 2016 15:17:46 -0800
changeset 10 8388c2d1d7af
parent 0 3cc90e88c6ab
permissions -rw-r--r--
Additional cleanups for release.

#!/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