Exception: StageManager::NoStagesSpecifiedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/auto_tagger/stage_manager.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/auto_tagger/stage_manager.rb', line 4

def message
  "You must set the :stages variable to an array, like set :stages, [:ci, :demo]"
end