spec/thingfish/metastore/pggraph_spec.rb
changeset 0 3cc90e88c6ab
equal deleted inserted replaced
-1:000000000000 0:3cc90e88c6ab
       
     1 #!/usr/bin/env rspec -cfd
       
     2 #encoding: utf-8
       
     3 
       
     4 require_relative '../../spec_helper'
       
     5 
       
     6 require 'rspec'
       
     7 
       
     8 require 'thingfish/behaviors'
       
     9 require 'thingfish/metastore/pggraph'
       
    10 
       
    11 describe Thingfish::Metastore::PgGraph, db: true do
       
    12 
       
    13 	it_should_behave_like "a Thingfish metastore"
       
    14 
       
    15 end
       
    16