Exception: StageManager::NoStagesSpecifiedError
- Inherits:
-
StandardError
- Object
- StandardError
- StageManager::NoStagesSpecifiedError
- Defined in:
- lib/auto_tagger/stage_manager.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
4 5 6 |
# File 'lib/auto_tagger/stage_manager.rb', line 4 def "You must set the :stages variable to an array, like set :stages, [:ci, :demo]" end |