Module: SchemaDev::Rspec
- Defined in:
- lib/schema_dev/rspec.rb,
lib/schema_dev/rspec/db.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.db_configuration(db: nil) ⇒ Object
11 12 13 |
# File 'lib/schema_dev/rspec.rb', line 11 def self.db_configuration(db: nil) Db.configuration(db: db) end |