spec/thingfish/metastore/pggraph_spec.rb
author Mahlon E. Smith <mahlon@laika.com>
Wed, 17 Jan 2018 13:33:33 -0800
changeset 14 df6b0c7491b8
parent 0 3cc90e88c6ab
permissions -rw-r--r--
Added tag v0.3.0 for changeset 686fbfe638bd

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