lib/grumlin/action.rb in grumlin-0.21.1 vs lib/grumlin/action.rb in grumlin-0.22.0

- old
+ new

@@ -14,10 +14,10 @@ @previous_step = previous_step @shortcut = shortcuts[@name] end def configuration_step? - CONFIGURATION_STEPS.include?(@name) + CONFIGURATION_STEPS.include?(@name) || name.to_sym == :tx end def start_step? START_STEPS.include?(@name) end