You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug:
Events are not drawn between states when they are defined as the "default" transition.
Version: 1.20
Repro:
require'rubygems'require'statemachine'require'statemachine/generate/util'require'statemachine/generate/src_builder'require'statemachine/generate/dot_graph/dot_graph_statemachine'#classMachinedefself.buildStatemachine.builddostate:onedoevent:foo,:twoendstate:twododefault:twoendend# Statemachine.buildendend# class Machinem=Machine.buildm.to_dot(:output=>'foo')
The graphviz output should show some kind of "transition to self" event for the :two state.
The text was updated successfully, but these errors were encountered:
Bug:
Events are not drawn between states when they are defined as the "default" transition.
Version: 1.20
Repro:
The graphviz output should show some kind of "transition to self" event for the :two state.
The text was updated successfully, but these errors were encountered: