Sha256: 22aada2d1ce277d812b94afaa143bed06432a1c5c2effd550f083a81edc3d3ad
Contents?: true
Size: 270 Bytes
Versions: 1
Compression:
Stored size: 270 Bytes
Contents
#!/usr/bin/env rspec -cfd #encoding: utf-8 require_relative '../../spec_helper' require 'rspec' require 'thingfish/behaviors' require 'thingfish/metastore/pg' RSpec.describe Thingfish::Metastore::PG, db: true do it_should_behave_like "a Thingfish metastore" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thingfish-metastore-pg-0.3.0 | spec/thingfish/metastore/pg_spec.rb |