module SchemaDev::Rspec

Public Class Methods

db_configuration(db: nil) click to toggle source
# File lib/schema_dev/rspec.rb, line 11
def self.db_configuration(db: nil)
  Db.configuration(db: db)
end
setup() click to toggle source
# File lib/schema_dev/rspec.rb, line 7
def self.setup
  Db.setup
end