spec/thingfish/metastore/pggraph_spec.rb
author Mahlon E. Smith <mahlon@martini.nu>
Sun, 01 Sep 2019 15:38:16 -0700
changeset 17 29848143f305
parent 0 3cc90e88c6ab
permissions -rw-r--r--
Bye, Bitbucket.

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