spec/thingfish/metastore/pggraph_spec.rb
author Mahlon Smith <mahlon@martini.nu>
Thu, 05 Nov 2015 18:44:43 +0000
changeset 5 cee945391bf2
parent 0 3cc90e88c6ab
permissions -rw-r--r--
README.md edited online with 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