Class: Ridgepole::ReplaceDbTask::Config
- Inherits:
-
Object
- Object
- Ridgepole::ReplaceDbTask::Config
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/ridgepole/replace_db_task/config.rb
Instance Method Summary collapse
Instance Method Details
#spec_config(name) ⇒ Object
17 18 19 |
# File 'lib/ridgepole/replace_db_task/config.rb', line 17 def spec_config(name) spec_configs.detect { |c| c.spec_name == name } end |