34 35 36
# File 'lib/git_workflow/story.rb', line 34 def finish_state @story_type == 'chore' ? 'accepted' : 'finished' end