Sha256: 6b0cefae88ebfefbb0dcf8d339869fe5ad71bb4b86368cd49302946b8070db37

Contents?: true

Size: 264 Bytes

Versions: 3

Compression:

Stored size: 264 Bytes

Contents

#!/usr/bin/env rspec -cfd
#encoding: utf-8

require_relative '../../spec_helper'

require 'rspec'

require 'thingfish/behaviors'
require 'thingfish/metastore/pg'

describe Thingfish::Metastore::PG, db: true do

	it_should_behave_like "a Thingfish metastore"

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thingfish-metastore-pg-0.2.0 spec/thingfish/metastore/pg_spec.rb
thingfish-metastore-pg-0.1.1 spec/thingfish/metastore/pg_spec.rb
thingfish-metastore-pg-0.1.0.pre20160627113019 spec/thingfish/metastore/pg_spec.rb