class TelegramActionExampleGroup::TestStartAction

Public Instance Methods

initial() click to toggle source
# File lib/telegram_workflow/rspec.rb, line 75
def initial
  on_message { redirect_to example_group.current_action }
end