spec/thingfish/metastore/pggraph_spec.rb
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 09 Nov 2016 22:38:18 -0800
changeset 8 1ad0d5bc5083
parent 0 3cc90e88c6ab
permissions -rw-r--r--
Fix criteria searches that include both 'relationship' and 'relation' fields.

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