spec/thingfish/metastore/pg_spec.rb in thingfish-metastore-pg-0.2.0 vs spec/thingfish/metastore/pg_spec.rb in thingfish-metastore-pg-0.3.0

- old
+ new

@@ -6,10 +6,10 @@ require 'rspec' require 'thingfish/behaviors' require 'thingfish/metastore/pg' -describe Thingfish::Metastore::PG, db: true do +RSpec.describe Thingfish::Metastore::PG, db: true do it_should_behave_like "a Thingfish metastore" end