Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
update call (gherkin has a new api -- need to find out what this id p…
Browse files Browse the repository at this point in the history
…aram is)
  • Loading branch information
cv committed Nov 23, 2011
1 parent 86df495 commit 17452c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crab/rally_to_cucumber_adapter.rb
Expand Up @@ -19,7 +19,7 @@ def feature_from(story)
description = story.description description = story.description
line = 0 line = 0


Gherkin::Formatter::Model::Feature.new(comments, tags, keyword, name, description, line) Gherkin::Formatter::Model::Feature.new(comments, tags, keyword, name, description, line, nil)
end end


def scenario_from(test_case) def scenario_from(test_case)
Expand Down

0 comments on commit 17452c6

Please sign in to comment.