Skip to content

Commit

Permalink
Adjust new FlowMap spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mgomes committed May 9, 2018
1 parent 54d6fd3 commit 53dcfcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class <%= name.capitalize.underscore.classify %>Flow
class FlowMap

include Stealth::Flow

Expand All @@ -10,7 +10,7 @@ class <%= name.capitalize.underscore.classify %>Flow
state :say_goodbye
end

flow :catchall do
flow :catch_all do
state :level1
end

Expand Down

0 comments on commit 53dcfcc

Please sign in to comment.