Skip to content

Commit

Permalink
Merge remote-tracking branch 'kgilles/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Franklin Webber committed Feb 25, 2018
2 parents d5cced1 + 5f06c68 commit ea8d4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cucumber/city_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def feature(document)

feature[:tags].each {|feature_tag| find_or_create_tag(feature_tag[:name],f) }
end
background(feature[:background]) if feature[:background]
feature[:children].each { |s|
case s[:type]
when :Background
Expand Down

0 comments on commit ea8d4e5

Please sign in to comment.