Skip to content

Commit

Permalink
remove duplicate #source_tag_names
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Feb 19, 2012
1 parent 9307fec commit 76f8f1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/cucumber/ast/outline_table.rb
Expand Up @@ -93,10 +93,6 @@ def source_tags
@table.source_tags
end

def source_tag_names
source_tags.map{|tag| tag.name}
end

def create_step_invocations!(scenario_outline)
@scenario_outline = scenario_outline
@step_invocations = scenario_outline.step_invocations(self)
Expand Down

0 comments on commit 76f8f1f

Please sign in to comment.