Skip to content

Commit

Permalink
Fix build on 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Oct 30, 2011
1 parent adaf649 commit dd52d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gherkin/listener/formatter_listener.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def examples(keyword, name, description, line)

def step(keyword, name, line)
replay_step_or_examples
@stash.basic_statement do |comments|
@stash.basic_statement do |comments, id|
@current_builder = Formatter::Model::Step::Builder.new(comments, keyword, name, line)
end
end
Expand Down

0 comments on commit dd52d57

Please sign in to comment.